Html Css Color HEX #532300 Baker's Chocolate

📋 copy color: '#532300'

red 83 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #532300

Tints of Baker's Chocolate #532300

RGB

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

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

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

R = 70.34%
G = 29.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#532300 (or 0x532300) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 00. RGB value is (83,35,0). Sum of RGB (Red+Green+Blue) = 83+35+0=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #532300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532300 is #ACDCFF. Grayscale: #2D2D2D. Windows color (decimal): -11328768 or 9043. OLE color: 9043.

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

Color convert

RGB 83 35 0 -
CMYK 0 0.58 1 0.67
HSL 25.3º 1% 0.16% -
HSV(B) 25.3º 1% 0.33% -
XYZ 4.17 3.04 0.37 -
YUV 45.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 83 35 0 0 0.58 1 0.67 25.3 1 0.16
Hex 53 23 0 0 3A 64 43 19 64 10
Octal 123 43 0 0 72 144 103 31 144 20
Binary 1010011 100011 0 0 111010 1100100 1000011 11001 1100100 10000

Color Harmonies of #532300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532300

Black with #532300

Text Example


Text Example

White with #532300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532300; }

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

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

background-color css

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

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

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

border-color css

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

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

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