Html Css Color HEX #4F3918 Clinker

📋 copy color: '#4F3918'

red 79 ◦ green 57 ◦ blue 24

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

Shades of Clinker #4F3918

Tints of Clinker #4F3918

RGB

 RED value IS 79 (31.25% from 255) = 49.38%

 GREEN value IS 57 (22.66% from 255) = 35.63%

 BLUE value IS 24 (9.77% from 255) = 15%

R = 49.38%
G = 35.63%
B = 15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F3918 (or 0x4F3918) is known color: Clinker. HEX triplet: 4F, 39 and 18. RGB value is (79,57,24). Sum of RGB (Red+Green+Blue) = 79+57+24=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3918 is #B0C6E7. Grayscale: #3B3B3B. Windows color (decimal): -11585256 or 1587535. OLE color: 1587535.

HSL color Cylindrical-coordinate representation of color #4F3918: hue angle of 36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F3918 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 57 24 -
CMYK 0 0.28 0.70 0.69
HSL 36º 0.53% 0.2% -
HSV(B) 36º 0.7% 0.31% -
XYZ 4.85 4.65 1.51 -
YUV 59.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 79 57 24 0 0.28 0.70 0.69 36 0.53 0.2
Hex 4F 39 18 0 1C 46 45 24 35 14
Octal 117 71 30 0 34 106 105 44 65 24
Binary 1001111 111001 11000 0 11100 1000110 1000101 100100 110101 10100

Color Harmonies of #4F3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3918

Black with #4F3918

Text Example


Text Example

White with #4F3918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,24); }

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

background-color css

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

 a { background-color: rgb(79,57,24); }

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

border-color css

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

 span { border-color: rgb(79,57,24); }

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