Html Css Color HEX #742506 Baker's Chocolate

📋 copy color: '#742506'

red 116 ◦ green 37 ◦ blue 6

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

Shades of Baker's Chocolate #742506

Tints of Baker's Chocolate #742506

RGB

 RED value IS 116 (45.7% from 255) = 72.96%

 GREEN value IS 37 (14.84% from 255) = 23.27%

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 72.96%
G = 23.27%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#742506 (or 0x742506) is known color: Baker's Chocolate. HEX triplet: 74, 25 and 06. RGB value is (116,37,6). Sum of RGB (Red+Green+Blue) = 116+37+6=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #742506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742506 is #8BDAF9. Grayscale: #393939. Windows color (decimal): -9165562 or 402804. OLE color: 402804.

HSL color Cylindrical-coordinate representation of color #742506: hue angle of 16.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #742506 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 6 -
CMYK 0 0.68 0.95 0.55
HSL 16.91º 0.9% 0.24% -
HSV(B) 16.91º 0.95% 0.45% -
XYZ 7.9 5.05 0.73 -
YUV 57.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 116 37 6 0 0.68 0.95 0.55 16.91 0.9 0.24
Hex 74 25 6 0 44 5F 37 11 5A 18
Octal 164 45 6 0 104 137 67 21 132 30
Binary 1110100 100101 110 0 1000100 1011111 110111 10001 1011010 11000

Color Harmonies of #742506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742506

Black with #742506

Text Example


Text Example

White with #742506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742506; }

 p { color: rgb(116,37,6); }

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

background-color css

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

 a { background-color: rgb(116,37,6); }

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

border-color css

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

 span { border-color: rgb(116,37,6); }

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