Html Css Color HEX #4C3617 Clinker

📋 copy color: '#4C3617'

red 76 ◦ green 54 ◦ blue 23

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

Shades of Clinker #4C3617

Tints of Clinker #4C3617

RGB

 RED value IS 76 (30.08% from 255) = 49.67%

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

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 49.67%
G = 35.29%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4C3617 (or 0x4C3617) is known color: Clinker. HEX triplet: 4C, 36 and 17. RGB value is (76,54,23). Sum of RGB (Red+Green+Blue) = 76+54+23=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3617 is #B3C9E8. Grayscale: #393939. Windows color (decimal): -11782633 or 1521228. OLE color: 1521228.

HSL color Cylindrical-coordinate representation of color #4C3617: hue angle of 35.09º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3617 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 54 23 -
CMYK 0 0.29 0.70 0.70
HSL 35.09º 0.54% 0.19% -
HSV(B) 35.09º 0.7% 0.3% -
XYZ 4.45 4.24 1.39 -
YUV 57.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 76 54 23 0 0.29 0.70 0.70 35.09 0.54 0.19
Hex 4C 36 17 0 1D 46 46 23 36 13
Octal 114 66 27 0 35 106 106 43 66 23
Binary 1001100 110110 10111 0 11101 1000110 1000110 100011 110110 10011

Color Harmonies of #4C3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3617

Black with #4C3617

Text Example


Text Example

White with #4C3617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,23); }

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

background-color css

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

 a { background-color: rgb(76,54,23); }

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

border-color css

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

 span { border-color: rgb(76,54,23); }

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