Html Css Color HEX #532500 Baker's Chocolate

📋 copy color: '#532500'

red 83 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #532500

Tints of Baker's Chocolate #532500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 69.17%
G = 30.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#532500 (or 0x532500) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 00. RGB value is (83,37,0). Sum of RGB (Red+Green+Blue) = 83+37+0=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #532500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532500 is #ACDAFF. Grayscale: #2E2E2E. Windows color (decimal): -11328256 or 9555. OLE color: 9555.

HSL color Cylindrical-coordinate representation of color #532500: hue angle of 26.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 0 -
CMYK 0 0.55 1 0.67
HSL 26.75º 1% 0.16% -
HSV(B) 26.75º 1% 0.33% -
XYZ 4.23 3.16 0.39 -
YUV 46.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 83 37 0 0 0.55 1 0.67 26.75 1 0.16
Hex 53 25 0 0 37 64 43 1B 64 10
Octal 123 45 0 0 67 144 103 33 144 20
Binary 1010011 100101 0 0 110111 1100100 1000011 11011 1100100 10000

Color Harmonies of #532500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532500

Black with #532500

Text Example


Text Example

White with #532500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532500; }

 p { color: rgb(83,37,0); }

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

background-color css

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

 a { background-color: rgb(83,37,0); }

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

border-color css

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

 span { border-color: rgb(83,37,0); }

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