Html Css Color HEX #523308 Baker's Chocolate

📋 copy color: '#523308'

red 82 ◦ green 51 ◦ blue 8

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

Shades of Baker's Chocolate #523308

Tints of Baker's Chocolate #523308

RGB

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

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

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

R = 58.16%
G = 36.17%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#523308 (or 0x523308) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 08. RGB value is (82,51,8). Sum of RGB (Red+Green+Blue) = 82+51+8=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523308 is #ADCCF7. Grayscale: #373737. Windows color (decimal): -11390200 or 537426. OLE color: 537426.

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

Color convert

RGB 82 51 8 -
CMYK 0 0.38 0.90 0.68
HSL 34.86º 0.82% 0.18% -
HSV(B) 34.86º 0.9% 0.32% -
XYZ 4.71 4.18 0.79 -
YUV 55.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 82 51 8 0 0.38 0.90 0.68 34.86 0.82 0.18
Hex 52 33 8 0 26 5A 44 23 52 12
Octal 122 63 10 0 46 132 104 43 122 22
Binary 1010010 110011 1000 0 100110 1011010 1000100 100011 1010010 10010

Color Harmonies of #523308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523308

Black with #523308

Text Example


Text Example

White with #523308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523308; }

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

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

background-color css

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

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

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

border-color css

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

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

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