Html Css Color HEX #4F3512 Clinker

📋 copy color: '#4F3512'

red 79 ◦ green 53 ◦ blue 18

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

Shades of Clinker #4F3512

Tints of Clinker #4F3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 52.67%
G = 35.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4F3512 (or 0x4F3512) is known color: Clinker. HEX triplet: 4F, 35 and 12. RGB value is (79,53,18). Sum of RGB (Red+Green+Blue) = 79+53+18=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3512 is #B0CAED. Grayscale: #383838. Windows color (decimal): -11586286 or 1193295. OLE color: 1193295.

HSL color Cylindrical-coordinate representation of color #4F3512: hue angle of 34.43º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3512 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 53 18 -
CMYK 0 0.33 0.77 0.69
HSL 34.43º 0.63% 0.19% -
HSV(B) 34.43º 0.77% 0.31% -
XYZ 4.61 4.25 1.15 -
YUV 56.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 79 53 18 0 0.33 0.77 0.69 34.43 0.63 0.19
Hex 4F 35 12 0 21 4D 45 22 3F 13
Octal 117 65 22 0 41 115 105 42 77 23
Binary 1001111 110101 10010 0 100001 1001101 1000101 100010 111111 10011

Color Harmonies of #4F3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3512

Black with #4F3512

Text Example


Text Example

White with #4F3512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,53,18); }

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

background-color css

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

 a { background-color: rgb(79,53,18); }

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

border-color css

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

 span { border-color: rgb(79,53,18); }

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