Html Css Color HEX #4C3814 Clinker

📋 copy color: '#4C3814'

red 76 ◦ green 56 ◦ blue 20

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

Shades of Clinker #4C3814

Tints of Clinker #4C3814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 50%
G = 36.84%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4C3814 (or 0x4C3814) is known color: Clinker. HEX triplet: 4C, 38 and 14. RGB value is (76,56,20). Sum of RGB (Red+Green+Blue) = 76+56+20=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3814 is #B3C7EB. Grayscale: #3A3A3A. Windows color (decimal): -11782124 or 1325132. OLE color: 1325132.

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

Color convert

RGB 76 56 20 -
CMYK 0 0.26 0.74 0.70
HSL 38.57º 0.58% 0.19% -
HSV(B) 38.57º 0.74% 0.3% -
XYZ 4.52 4.42 1.28 -
YUV 57.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 76 56 20 0 0.26 0.74 0.70 38.57 0.58 0.19
Hex 4C 38 14 0 1A 4A 46 27 3A 13
Octal 114 70 24 0 32 112 106 47 72 23
Binary 1001100 111000 10100 0 11010 1001010 1000110 100111 111010 10011

Color Harmonies of #4C3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3814

Black with #4C3814

Text Example


Text Example

White with #4C3814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,20); }

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

background-color css

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

 a { background-color: rgb(76,56,20); }

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

border-color css

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

 span { border-color: rgb(76,56,20); }

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