Html Css Color HEX #752602 Baker's Chocolate

📋 copy color: '#752602'

red 117 ◦ green 38 ◦ blue 2

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

Shades of Baker's Chocolate #752602

Tints of Baker's Chocolate #752602

RGB

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

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

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

R = 74.52%
G = 24.2%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752602 (or 0x752602) is known color: Baker's Chocolate. HEX triplet: 75, 26 and 02. RGB value is (117,38,2). Sum of RGB (Red+Green+Blue) = 117+38+2=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752602 is #8AD9FD. Grayscale: #393939. Windows color (decimal): -9099774 or 140917. OLE color: 140917.

HSL color Cylindrical-coordinate representation of color #752602: hue angle of 18.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752602 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 2 -
CMYK 0 0.68 0.98 0.54
HSL 18.78º 0.97% 0.23% -
HSV(B) 18.78º 0.98% 0.46% -
XYZ 8.04 5.17 0.63 -
YUV 57.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 117 38 2 0 0.68 0.98 0.54 18.78 0.97 0.23
Hex 75 26 2 0 44 62 36 13 61 17
Octal 165 46 2 0 104 142 66 23 141 27
Binary 1110101 100110 10 0 1000100 1100010 110110 10011 1100001 10111

Color Harmonies of #752602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752602

Black with #752602

Text Example


Text Example

White with #752602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752602; }

 p { color: rgb(117,38,2); }

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

background-color css

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

 a { background-color: rgb(117,38,2); }

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

border-color css

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

 span { border-color: rgb(117,38,2); }

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