Html Css Color HEX #742C00 Baker's Chocolate

📋 copy color: '#742C00'

red 116 ◦ green 44 ◦ blue 0

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

Shades of Baker's Chocolate #742C00

Tints of Baker's Chocolate #742C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.5%
G = 27.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742C00 (or 0x742C00) is known color: Baker's Chocolate. HEX triplet: 74, 2C and 00. RGB value is (116,44,0). Sum of RGB (Red+Green+Blue) = 116+44+0=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #742C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C00 is #8BD3FF. Grayscale: #3C3C3C. Windows color (decimal): -9163776 or 11380. OLE color: 11380.

HSL color Cylindrical-coordinate representation of color #742C00: hue angle of 22.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #742C00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 0 -
CMYK 0 0.62 1 0.55
HSL 22.76º 1% 0.23% -
HSV(B) 22.76º 1% 0.45% -
XYZ 8.1 5.51 0.64 -
YUV 60.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 116 44 0 0 0.62 1 0.55 22.76 1 0.23
Hex 74 2C 0 0 3E 64 37 17 64 17
Octal 164 54 0 0 76 144 67 27 144 27
Binary 1110100 101100 0 0 111110 1100100 110111 10111 1100100 10111

Color Harmonies of #742C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C00

Black with #742C00

Text Example


Text Example

White with #742C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742C00; }

 p { color: rgb(116,44,0); }

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

background-color css

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

 a { background-color: rgb(116,44,0); }

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

border-color css

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

 span { border-color: rgb(116,44,0); }

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