Html Css Color HEX #4C3618 Clinker

📋 copy color: '#4C3618'

red 76 ◦ green 54 ◦ blue 24

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

Shades of Clinker #4C3618

Tints of Clinker #4C3618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 49.35%
G = 35.06%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4C3618 (or 0x4C3618) is known color: Clinker. HEX triplet: 4C, 36 and 18. RGB value is (76,54,24). Sum of RGB (Red+Green+Blue) = 76+54+24=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3618 is #B3C9E7. Grayscale: #393939. Windows color (decimal): -11782632 or 1586764. OLE color: 1586764.

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

Color convert

RGB 76 54 24 -
CMYK 0 0.29 0.68 0.70
HSL 34.62º 0.52% 0.2% -
HSV(B) 34.62º 0.68% 0.3% -
XYZ 4.46 4.24 1.45 -
YUV 57.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 76 54 24 0 0.29 0.68 0.70 34.62 0.52 0.2
Hex 4C 36 18 0 1D 44 46 23 34 14
Octal 114 66 30 0 35 104 106 43 64 24
Binary 1001100 110110 11000 0 11101 1000100 1000110 100011 110100 10100

Color Harmonies of #4C3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3618

Black with #4C3618

Text Example


Text Example

White with #4C3618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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