Html Css Color HEX #752805 Baker's Chocolate

📋 copy color: '#752805'

red 117 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #752805

Tints of Baker's Chocolate #752805

RGB

 RED value IS 117 (46.09% from 255) = 72.22%

 GREEN value IS 40 (16.02% from 255) = 24.69%

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 72.22%
G = 24.69%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752805 (or 0x752805) is known color: Baker's Chocolate. HEX triplet: 75, 28 and 05. RGB value is (117,40,5). Sum of RGB (Red+Green+Blue) = 117+40+5=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752805 is #8AD7FA. Grayscale: #3B3B3B. Windows color (decimal): -9099259 or 338037. OLE color: 338037.

HSL color Cylindrical-coordinate representation of color #752805: hue angle of 18.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752805 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 5 -
CMYK 0 0.66 0.96 0.54
HSL 18.75º 0.92% 0.24% -
HSV(B) 18.75º 0.96% 0.46% -
XYZ 8.12 5.31 0.74 -
YUV 59.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 117 40 5 0 0.66 0.96 0.54 18.75 0.92 0.24
Hex 75 28 5 0 42 60 36 13 5C 18
Octal 165 50 5 0 102 140 66 23 134 30
Binary 1110101 101000 101 0 1000010 1100000 110110 10011 1011100 11000

Color Harmonies of #752805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752805

Black with #752805

Text Example


Text Example

White with #752805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752805; }

 p { color: rgb(117,40,5); }

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

background-color css

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

 a { background-color: rgb(117,40,5); }

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

border-color css

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

 span { border-color: rgb(117,40,5); }

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