Html Css Color HEX #732501 Baker's Chocolate

📋 copy color: '#732501'

red 115 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #732501

Tints of Baker's Chocolate #732501

RGB

 RED value IS 115 (45.31% from 255) = 75.16%

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 75.16%
G = 24.18%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#732501 (or 0x732501) is known color: Baker's Chocolate. HEX triplet: 73, 25 and 01. RGB value is (115,37,1). Sum of RGB (Red+Green+Blue) = 115+37+1=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #732501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732501 is #8CDAFE. Grayscale: #383838. Windows color (decimal): -9231103 or 75123. OLE color: 75123.

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

Color convert

RGB 115 37 1 -
CMYK 0 0.68 0.99 0.55
HSL 18.95º 0.98% 0.23% -
HSV(B) 18.95º 0.99% 0.45% -
XYZ 7.74 4.97 0.58 -
YUV 56.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 115 37 1 0 0.68 0.99 0.55 18.95 0.98 0.23
Hex 73 25 1 0 44 63 37 13 62 17
Octal 163 45 1 0 104 143 67 23 142 27
Binary 1110011 100101 1 0 1000100 1100011 110111 10011 1100010 10111

Color Harmonies of #732501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732501

Black with #732501

Text Example


Text Example

White with #732501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732501; }

 p { color: rgb(115,37,1); }

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

background-color css

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

 a { background-color: rgb(115,37,1); }

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

border-color css

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

 span { border-color: rgb(115,37,1); }

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