Html Css Color HEX #4F3619 Clinker

📋 copy color: '#4F3619'

red 79 ◦ green 54 ◦ blue 25

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

Shades of Clinker #4F3619

Tints of Clinker #4F3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 50%
G = 34.18%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4F3619 (or 0x4F3619) is known color: Clinker. HEX triplet: 4F, 36 and 19. RGB value is (79,54,25). Sum of RGB (Red+Green+Blue) = 79+54+25=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3619 is #B0C9E6. Grayscale: #3A3A3A. Windows color (decimal): -11586023 or 1652303. OLE color: 1652303.

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

Color convert

RGB 79 54 25 -
CMYK 0 0.32 0.68 0.69
HSL 32.22º 0.52% 0.2% -
HSV(B) 32.22º 0.68% 0.31% -
XYZ 4.72 4.37 1.51 -
YUV 58.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 79 54 25 0 0.32 0.68 0.69 32.22 0.52 0.2
Hex 4F 36 19 0 20 44 45 20 34 14
Octal 117 66 31 0 40 104 105 40 64 24
Binary 1001111 110110 11001 0 100000 1000100 1000101 100000 110100 10100

Color Harmonies of #4F3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3619

Black with #4F3619

Text Example


Text Example

White with #4F3619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,25); }

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

background-color css

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

 a { background-color: rgb(79,54,25); }

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

border-color css

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

 span { border-color: rgb(79,54,25); }

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