Html Css Color HEX #742E00 Baker's Chocolate

📋 copy color: '#742E00'

red 116 ◦ green 46 ◦ blue 0

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

Shades of Baker's Chocolate #742E00

Tints of Baker's Chocolate #742E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

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

R = 71.6%
G = 28.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742E00 (or 0x742E00) is known color: Baker's Chocolate. HEX triplet: 74, 2E and 00. RGB value is (116,46,0). Sum of RGB (Red+Green+Blue) = 116+46+0=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #742E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E00 is #8BD1FF. Grayscale: #3D3D3D. Windows color (decimal): -9163264 or 11892. OLE color: 11892.

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

Color convert

RGB 116 46 0 -
CMYK 0 0.60 1 0.55
HSL 23.79º 1% 0.23% -
HSV(B) 23.79º 1% 0.45% -
XYZ 8.18 5.67 0.66 -
YUV 61.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 116 46 0 0 0.60 1 0.55 23.79 1 0.23
Hex 74 2E 0 0 3C 64 37 18 64 17
Octal 164 56 0 0 74 144 67 30 144 27
Binary 1110100 101110 0 0 111100 1100100 110111 11000 1100100 10111

Color Harmonies of #742E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E00

Black with #742E00

Text Example


Text Example

White with #742E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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