Html Css Color HEX #742A00 Baker's Chocolate

📋 copy color: '#742A00'

red 116 ◦ green 42 ◦ blue 0

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

Shades of Baker's Chocolate #742A00

Tints of Baker's Chocolate #742A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.58%

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

R = 73.42%
G = 26.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742A00 (or 0x742A00) is known color: Baker's Chocolate. HEX triplet: 74, 2A and 00. RGB value is (116,42,0). Sum of RGB (Red+Green+Blue) = 116+42+0=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #742A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A00 is #8BD5FF. Grayscale: #3B3B3B. Windows color (decimal): -9164288 or 10868. OLE color: 10868.

HSL color Cylindrical-coordinate representation of color #742A00: hue angle of 21.72º 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 #742A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 42 0 -
CMYK 0 0.64 1 0.55
HSL 21.72º 1% 0.23% -
HSV(B) 21.72º 1% 0.45% -
XYZ 8.03 5.37 0.61 -
YUV 59.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 116 42 0 0 0.64 1 0.55 21.72 1 0.23
Hex 74 2A 0 0 40 64 37 16 64 17
Octal 164 52 0 0 100 144 67 26 144 27
Binary 1110100 101010 0 0 1000000 1100100 110111 10110 1100100 10111

Color Harmonies of #742A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A00

Black with #742A00

Text Example


Text Example

White with #742A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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