Html Css Color HEX #523002 Baker's Chocolate

📋 copy color: '#523002'

red 82 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #523002

Tints of Baker's Chocolate #523002

RGB

 RED value IS 82 (32.42% from 255) = 62.12%

 GREEN value IS 48 (19.14% from 255) = 36.36%

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

R = 62.12%
G = 36.36%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#523002 (or 0x523002) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 02. RGB value is (82,48,2). Sum of RGB (Red+Green+Blue) = 82+48+2=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #523002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523002 is #ADCFFD. Grayscale: #353535. Windows color (decimal): -11390974 or 143442. OLE color: 143442.

HSL color Cylindrical-coordinate representation of color #523002: hue angle of 34.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #523002 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 2 -
CMYK 0 0.41 0.98 0.68
HSL 34.5º 0.95% 0.16% -
HSV(B) 34.5º 0.98% 0.32% -
XYZ 4.55 3.91 0.57 -
YUV 52.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 82 48 2 0 0.41 0.98 0.68 34.5 0.95 0.16
Hex 52 30 2 0 29 62 44 22 5F 10
Octal 122 60 2 0 51 142 104 42 137 20
Binary 1010010 110000 10 0 101001 1100010 1000100 100010 1011111 10000

Color Harmonies of #523002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523002

Black with #523002

Text Example


Text Example

White with #523002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523002; }

 p { color: rgb(82,48,2); }

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

background-color css

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

 a { background-color: rgb(82,48,2); }

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

border-color css

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

 span { border-color: rgb(82,48,2); }

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