Html Css Color HEX #532805 Baker's Chocolate

📋 copy color: '#532805'

red 83 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #532805

Tints of Baker's Chocolate #532805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

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

R = 64.84%
G = 31.25%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#532805 (or 0x532805) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 05. RGB value is (83,40,5). Sum of RGB (Red+Green+Blue) = 83+40+5=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532805 is #ACD7FA. Grayscale: #313131. Windows color (decimal): -11327483 or 338003. OLE color: 338003.

HSL color Cylindrical-coordinate representation of color #532805: hue angle of 26.92º 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 #532805 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 5 -
CMYK 0 0.52 0.94 0.67
HSL 26.92º 0.89% 0.17% -
HSV(B) 26.92º 0.94% 0.33% -
XYZ 4.35 3.37 0.56 -
YUV 48.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 83 40 5 0 0.52 0.94 0.67 26.92 0.89 0.17
Hex 53 28 5 0 34 5E 43 1B 59 11
Octal 123 50 5 0 64 136 103 33 131 21
Binary 1010011 101000 101 0 110100 1011110 1000011 11011 1011001 10001

Color Harmonies of #532805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532805

Black with #532805

Text Example


Text Example

White with #532805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532805; }

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

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

background-color css

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

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

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

border-color css

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

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

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