Html Css Color HEX #742601 Baker's Chocolate

📋 copy color: '#742601'

red 116 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #742601

Tints of Baker's Chocolate #742601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 74.84%
G = 24.52%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#742601 (or 0x742601) is known color: Baker's Chocolate. HEX triplet: 74, 26 and 01. RGB value is (116,38,1). Sum of RGB (Red+Green+Blue) = 116+38+1=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742601 is #8BD9FE. Grayscale: #393939. Windows color (decimal): -9165311 or 75380. OLE color: 75380.

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

Color convert

RGB 116 38 1 -
CMYK 0 0.67 0.99 0.55
HSL 19.3º 0.98% 0.23% -
HSV(B) 19.3º 0.99% 0.45% -
XYZ 7.9 5.1 0.6 -
YUV 57.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 116 38 1 0 0.67 0.99 0.55 19.3 0.98 0.23
Hex 74 26 1 0 43 63 37 13 62 17
Octal 164 46 1 0 103 143 67 23 142 27
Binary 1110100 100110 1 0 1000011 1100011 110111 10011 1100010 10111

Color Harmonies of #742601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742601

Black with #742601

Text Example


Text Example

White with #742601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742601; }

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

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

background-color css

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

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

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

border-color css

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

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

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