Html Css Color HEX #523300 Baker's Chocolate

📋 copy color: '#523300'

red 82 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #523300

Tints of Baker's Chocolate #523300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.65%
G = 38.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#523300 (or 0x523300) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 00. RGB value is (82,51,0). Sum of RGB (Red+Green+Blue) = 82+51+0=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #523300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523300 is #ADCCFF. Grayscale: #363636. Windows color (decimal): -11390208 or 13138. OLE color: 13138.

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

Color convert

RGB 82 51 0 -
CMYK 0 0.38 1 0.68
HSL 37.32º 1% 0.16% -
HSV(B) 37.32º 1% 0.32% -
XYZ 4.66 4.16 0.56 -
YUV 54.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 82 51 0 0 0.38 1 0.68 37.32 1 0.16
Hex 52 33 0 0 26 64 44 25 64 10
Octal 122 63 0 0 46 144 104 45 144 20
Binary 1010010 110011 0 0 100110 1100100 1000100 100101 1100100 10000

Color Harmonies of #523300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523300

Black with #523300

Text Example


Text Example

White with #523300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523300; }

 p { color: rgb(82,51,0); }

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

background-color css

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

 a { background-color: rgb(82,51,0); }

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

border-color css

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

 span { border-color: rgb(82,51,0); }

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