Html Css Color HEX #522300 Baker's Chocolate

📋 copy color: '#522300'

red 82 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #522300

Tints of Baker's Chocolate #522300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

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

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522300 (or 0x522300) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 00. RGB value is (82,35,0). Sum of RGB (Red+Green+Blue) = 82+35+0=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #522300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522300 is #ADDCFF. Grayscale: #2D2D2D. Windows color (decimal): -11394304 or 9042. OLE color: 9042.

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

Color convert

RGB 82 35 0 -
CMYK 0 0.57 1 0.68
HSL 25.61º 1% 0.16% -
HSV(B) 25.61º 1% 0.32% -
XYZ 4.08 3 0.36 -
YUV 45.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 82 35 0 0 0.57 1 0.68 25.61 1 0.16
Hex 52 23 0 0 39 64 44 1A 64 10
Octal 122 43 0 0 71 144 104 32 144 20
Binary 1010010 100011 0 0 111001 1100100 1000100 11010 1100100 10000

Color Harmonies of #522300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522300

Black with #522300

Text Example


Text Example

White with #522300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522300; }

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

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

background-color css

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

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

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

border-color css

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

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

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