Html Css Color HEX #4D381E Clinker

📋 copy color: '#4D381E'

red 77 ◦ green 56 ◦ blue 30

#4D381E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clinker #4D381E

Tints of Clinker #4D381E

RGB

 RED value IS 77 (30.47% from 255) = 47.24%

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 47.24%
G = 34.36%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4D381E (or 0x4D381E) is known color: Clinker. HEX triplet: 4D, 38 and 1E. RGB value is (77,56,30). Sum of RGB (Red+Green+Blue) = 77+56+30=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381E is #B2C7E1. Grayscale: #3B3B3B. Windows color (decimal): -11716578 or 1980493. OLE color: 1980493.

HSL color Cylindrical-coordinate representation of color #4D381E: hue angle of 33.19º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D381E is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 56 30 -
CMYK 0 0.27 0.61 0.70
HSL 33.19º 0.44% 0.21% -
HSV(B) 33.19º 0.61% 0.3% -
XYZ 4.71 4.5 1.85 -
YUV 59.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 77 56 30 0 0.27 0.61 0.70 33.19 0.44 0.21
Hex 4D 38 1E 0 1B 3D 46 21 2C 15
Octal 115 70 36 0 33 75 106 41 54 25
Binary 1001101 111000 11110 0 11011 111101 1000110 100001 101100 10101

Color Harmonies of #4D381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D381E

Black with #4D381E

Text Example


Text Example

White with #4D381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D381E; }

 p { color: rgb(77,56,30); }

 H1.HeaderClassName
 {
   color: #4D381E;
 }
 .AnyTagClassName
 {
   color: #4D381E;
 }
</style>

background-color css

<style>
 a { background-color: #4D381E; }

 a { background-color: rgb(77,56,30); }

 div.DivClassName
 {
   background-color: #4D381E;
 }
 .BgClassName
 {
   background-color: #4D381E;
 }
</style>

border-color css

<style>
 span { border-color: #4D381E; }

 span { border-color: rgb(77,56,30); }

 td.TdClassName
 {
   border-color: #4D381E;
 }
 .TagClassName
 {
   border-color: #4D381E;
 }
</style>