Html Css Color HEX #4C3203 Baker's Chocolate

📋 copy color: '#4C3203'

red 76 ◦ green 50 ◦ blue 3

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

Shades of Baker's Chocolate #4C3203

Tints of Baker's Chocolate #4C3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

 BLUE value IS 3 (1.56% from 255) = 2.33%

R = 58.91%
G = 38.76%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4C3203 (or 0x4C3203) is known color: Baker's Chocolate. HEX triplet: 4C, 32 and 03. RGB value is (76,50,3). Sum of RGB (Red+Green+Blue) = 76+50+3=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3203 is #B3CDFC. Grayscale: #343434. Windows color (decimal): -11783677 or 209484. OLE color: 209484.

HSL color Cylindrical-coordinate representation of color #4C3203: hue angle of 38.63º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C3203 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 50 3 -
CMYK 0 0.34 0.96 0.70
HSL 38.63º 0.92% 0.15% -
HSV(B) 38.63º 0.96% 0.3% -
XYZ 4.14 3.82 0.61 -
YUV 52.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 76 50 3 0 0.34 0.96 0.70 38.63 0.92 0.15
Hex 4C 32 3 0 22 60 46 27 5C F
Octal 114 62 3 0 42 140 106 47 134 17
Binary 1001100 110010 11 0 100010 1100000 1000110 100111 1011100 1111

Color Harmonies of #4C3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3203

Black with #4C3203

Text Example


Text Example

White with #4C3203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,3); }

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

background-color css

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

 a { background-color: rgb(76,50,3); }

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

border-color css

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

 span { border-color: rgb(76,50,3); }

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