Html Css Color HEX #522308 Baker's Chocolate

📋 copy color: '#522308'

red 82 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #522308

Tints of Baker's Chocolate #522308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 65.6%
G = 28%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#522308 (or 0x522308) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 08. RGB value is (82,35,8). Sum of RGB (Red+Green+Blue) = 82+35+8=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #522308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522308 is #ADDCF7. Grayscale: #2E2E2E. Windows color (decimal): -11394296 or 533330. OLE color: 533330.

HSL color Cylindrical-coordinate representation of color #522308: hue angle of 21.89º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522308 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 8 -
CMYK 0 0.57 0.90 0.68
HSL 21.89º 0.82% 0.18% -
HSV(B) 21.89º 0.9% 0.32% -
XYZ 4.12 3.01 0.59 -
YUV 45.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 82 35 8 0 0.57 0.90 0.68 21.89 0.82 0.18
Hex 52 23 8 0 39 5A 44 16 52 12
Octal 122 43 10 0 71 132 104 26 122 22
Binary 1010010 100011 1000 0 111001 1011010 1000100 10110 1010010 10010

Color Harmonies of #522308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522308

Black with #522308

Text Example


Text Example

White with #522308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522308; }

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

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

background-color css

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

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

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

border-color css

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

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

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