Html Css Color HEX #742C02 Baker's Chocolate

📋 copy color: '#742C02'

red 116 ◦ green 44 ◦ blue 2

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

Shades of Baker's Chocolate #742C02

Tints of Baker's Chocolate #742C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 71.6%
G = 27.16%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#742C02 (or 0x742C02) is known color: Baker's Chocolate. HEX triplet: 74, 2C and 02. RGB value is (116,44,2). Sum of RGB (Red+Green+Blue) = 116+44+2=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #742C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C02 is #8BD3FD. Grayscale: #3C3C3C. Windows color (decimal): -9163774 or 142452. OLE color: 142452.

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

Color convert

RGB 116 44 2 -
CMYK 0 0.62 0.98 0.55
HSL 22.11º 0.97% 0.23% -
HSV(B) 22.11º 0.98% 0.45% -
XYZ 8.11 5.52 0.69 -
YUV 60.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 116 44 2 0 0.62 0.98 0.55 22.11 0.97 0.23
Hex 74 2C 2 0 3E 62 37 16 61 17
Octal 164 54 2 0 76 142 67 26 141 27
Binary 1110100 101100 10 0 111110 1100010 110111 10110 1100001 10111

Color Harmonies of #742C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C02

Black with #742C02

Text Example


Text Example

White with #742C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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