Html Css Color HEX #532205 Baker's Chocolate

📋 copy color: '#532205'

red 83 ◦ green 34 ◦ blue 5

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

Shades of Baker's Chocolate #532205

Tints of Baker's Chocolate #532205

RGB

 RED value IS 83 (32.81% from 255) = 68.03%

 GREEN value IS 34 (13.67% from 255) = 27.87%

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 68.03%
G = 27.87%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#532205 (or 0x532205) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 05. RGB value is (83,34,5). Sum of RGB (Red+Green+Blue) = 83+34+5=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532205 is #ACDDFA. Grayscale: #2D2D2D. Windows color (decimal): -11329019 or 336467. OLE color: 336467.

HSL color Cylindrical-coordinate representation of color #532205: hue angle of 22.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #532205 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 5 -
CMYK 0 0.59 0.94 0.67
HSL 22.31º 0.89% 0.17% -
HSV(B) 22.31º 0.94% 0.33% -
XYZ 4.17 2.99 0.5 -
YUV 45.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 83 34 5 0 0.59 0.94 0.67 22.31 0.89 0.17
Hex 53 22 5 0 3B 5E 43 16 59 11
Octal 123 42 5 0 73 136 103 26 131 21
Binary 1010011 100010 101 0 111011 1011110 1000011 10110 1011001 10001

Color Harmonies of #532205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532205

Black with #532205

Text Example


Text Example

White with #532205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532205; }

 p { color: rgb(83,34,5); }

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

background-color css

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

 a { background-color: rgb(83,34,5); }

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

border-color css

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

 span { border-color: rgb(83,34,5); }

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