Html Css Color HEX #4C350B Clinker

📋 copy color: '#4C350B'

red 76 ◦ green 53 ◦ blue 11

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

Shades of Clinker #4C350B

Tints of Clinker #4C350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 54.29%
G = 37.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4C350B (or 0x4C350B) is known color: Clinker. HEX triplet: 4C, 35 and 0B. RGB value is (76,53,11). Sum of RGB (Red+Green+Blue) = 76+53+11=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C350B is #B3CAF4. Grayscale: #373737. Windows color (decimal): -11782901 or 734540. OLE color: 734540.

HSL color Cylindrical-coordinate representation of color #4C350B: hue angle of 38.77º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C350B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 11 -
CMYK 0 0.30 0.86 0.70
HSL 38.77º 0.75% 0.17% -
HSV(B) 38.77º 0.86% 0.3% -
XYZ 4.31 4.11 0.88 -
YUV 55.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 76 53 11 0 0.30 0.86 0.70 38.77 0.75 0.17
Hex 4C 35 B 0 1E 56 46 27 4B 11
Octal 114 65 13 0 36 126 106 47 113 21
Binary 1001100 110101 1011 0 11110 1010110 1000110 100111 1001011 10001

Color Harmonies of #4C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C350B

Black with #4C350B

Text Example


Text Example

White with #4C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,11); }

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

background-color css

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

 a { background-color: rgb(76,53,11); }

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

border-color css

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

 span { border-color: rgb(76,53,11); }

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