Html Css Color HEX #742600 Baker's Chocolate

📋 copy color: '#742600'

red 116 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #742600

Tints of Baker's Chocolate #742600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

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

R = 75.32%
G = 24.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742600 (or 0x742600) is known color: Baker's Chocolate. HEX triplet: 74, 26 and 00. RGB value is (116,38,0). Sum of RGB (Red+Green+Blue) = 116+38+0=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #742600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742600 is #8BD9FF. Grayscale: #393939. Windows color (decimal): -9165312 or 9844. OLE color: 9844.

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

Color convert

RGB 116 38 0 -
CMYK 0 0.67 1 0.55
HSL 19.66º 1% 0.23% -
HSV(B) 19.66º 1% 0.45% -
XYZ 7.9 5.1 0.57 -
YUV 56.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 116 38 0 0 0.67 1 0.55 19.66 1 0.23
Hex 74 26 0 0 43 64 37 14 64 17
Octal 164 46 0 0 103 144 67 24 144 27
Binary 1110100 100110 0 0 1000011 1100100 110111 10100 1100100 10111

Color Harmonies of #742600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742600

Black with #742600

Text Example


Text Example

White with #742600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742600; }

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

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

background-color css

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

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

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

border-color css

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

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

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