Html Css Color HEX #4C2704 Baker's Chocolate

📋 copy color: '#4C2704'

red 76 ◦ green 39 ◦ blue 4

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

Shades of Baker's Chocolate #4C2704

Tints of Baker's Chocolate #4C2704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 63.87%
G = 32.77%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C2704 (or 0x4C2704) is known color: Baker's Chocolate. HEX triplet: 4C, 27 and 04. RGB value is (76,39,4). Sum of RGB (Red+Green+Blue) = 76+39+4=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2704 is #B3D8FB. Grayscale: #2E2E2E. Windows color (decimal): -11786492 or 272204. OLE color: 272204.

HSL color Cylindrical-coordinate representation of color #4C2704: hue angle of 29.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C2704 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 39 4 -
CMYK 0 0.49 0.95 0.70
HSL 29.17º 0.9% 0.16% -
HSV(B) 29.17º 0.95% 0.3% -
XYZ 3.73 3 0.5 -
YUV 46.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 76 39 4 0 0.49 0.95 0.70 29.17 0.9 0.16
Hex 4C 27 4 0 31 5F 46 1D 5A 10
Octal 114 47 4 0 61 137 106 35 132 20
Binary 1001100 100111 100 0 110001 1011111 1000110 11101 1011010 10000

Color Harmonies of #4C2704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2704

Black with #4C2704

Text Example


Text Example

White with #4C2704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,4); }

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

background-color css

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

 a { background-color: rgb(76,39,4); }

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

border-color css

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

 span { border-color: rgb(76,39,4); }

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