Html Css Color HEX #4F3710 Clinker

📋 copy color: '#4F3710'

red 79 ◦ green 55 ◦ blue 16

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

Shades of Clinker #4F3710

Tints of Clinker #4F3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 52.67%
G = 36.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F3710 (or 0x4F3710) is known color: Clinker. HEX triplet: 4F, 37 and 10. RGB value is (79,55,16). Sum of RGB (Red+Green+Blue) = 79+55+16=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3710 is #B0C8EF. Grayscale: #393939. Windows color (decimal): -11585776 or 1062735. OLE color: 1062735.

HSL color Cylindrical-coordinate representation of color #4F3710: hue angle of 37.14º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F3710 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 55 16 -
CMYK 0 0.30 0.80 0.69
HSL 37.14º 0.66% 0.19% -
HSV(B) 37.14º 0.8% 0.31% -
XYZ 4.68 4.43 1.1 -
YUV 57.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 79 55 16 0 0.30 0.80 0.69 37.14 0.66 0.19
Hex 4F 37 10 0 1E 50 45 25 42 13
Octal 117 67 20 0 36 120 105 45 102 23
Binary 1001111 110111 10000 0 11110 1010000 1000101 100101 1000010 10011

Color Harmonies of #4F3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3710

Black with #4F3710

Text Example


Text Example

White with #4F3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,55,16); }

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

background-color css

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

 a { background-color: rgb(79,55,16); }

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

border-color css

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

 span { border-color: rgb(79,55,16); }

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