Html Css Color HEX #4F3A16 Clinker

📋 copy color: '#4F3A16'

red 79 ◦ green 58 ◦ blue 22

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

Shades of Clinker #4F3A16

Tints of Clinker #4F3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 49.69%
G = 36.48%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4F3A16 (or 0x4F3A16) is known color: Clinker. HEX triplet: 4F, 3A and 16. RGB value is (79,58,22). Sum of RGB (Red+Green+Blue) = 79+58+22=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3A16 is #B0C5E9. Grayscale: #3C3C3C. Windows color (decimal): -11585002 or 1456719. OLE color: 1456719.

HSL color Cylindrical-coordinate representation of color #4F3A16: hue angle of 37.89º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F3A16 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 58 22 -
CMYK 0 0.27 0.72 0.69
HSL 37.89º 0.56% 0.2% -
HSV(B) 37.89º 0.72% 0.31% -
XYZ 4.88 4.75 1.42 -
YUV 60.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 79 58 22 0 0.27 0.72 0.69 37.89 0.56 0.2
Hex 4F 3A 16 0 1B 48 45 26 38 14
Octal 117 72 26 0 33 110 105 46 70 24
Binary 1001111 111010 10110 0 11011 1001000 1000101 100110 111000 10100

Color Harmonies of #4F3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A16

Black with #4F3A16

Text Example


Text Example

White with #4F3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,58,22); }

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

background-color css

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

 a { background-color: rgb(79,58,22); }

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

border-color css

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

 span { border-color: rgb(79,58,22); }

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