Html Css Color HEX #742D00 Baker's Chocolate

📋 copy color: '#742D00'

red 116 ◦ green 45 ◦ blue 0

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

Shades of Baker's Chocolate #742D00

Tints of Baker's Chocolate #742D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.95%

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

R = 72.05%
G = 27.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742D00 (or 0x742D00) is known color: Baker's Chocolate. HEX triplet: 74, 2D and 00. RGB value is (116,45,0). Sum of RGB (Red+Green+Blue) = 116+45+0=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #742D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D00 is #8BD2FF. Grayscale: #3D3D3D. Windows color (decimal): -9163520 or 11636. OLE color: 11636.

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

Color convert

RGB 116 45 0 -
CMYK 0 0.61 1 0.55
HSL 23.28º 1% 0.23% -
HSV(B) 23.28º 1% 0.45% -
XYZ 8.14 5.59 0.65 -
YUV 61.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 116 45 0 0 0.61 1 0.55 23.28 1 0.23
Hex 74 2D 0 0 3D 64 37 17 64 17
Octal 164 55 0 0 75 144 67 27 144 27
Binary 1110100 101101 0 0 111101 1100100 110111 10111 1100100 10111

Color Harmonies of #742D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D00

Black with #742D00

Text Example


Text Example

White with #742D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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