Html Css Color HEX #532303 Baker's Chocolate

📋 copy color: '#532303'

red 83 ◦ green 35 ◦ blue 3

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

Shades of Baker's Chocolate #532303

Tints of Baker's Chocolate #532303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 68.6%
G = 28.93%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#532303 (or 0x532303) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 03. RGB value is (83,35,3). Sum of RGB (Red+Green+Blue) = 83+35+3=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #532303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532303 is #ACDCFC. Grayscale: #2D2D2D. Windows color (decimal): -11328765 or 205651. OLE color: 205651.

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

Color convert

RGB 83 35 3 -
CMYK 0 0.58 0.96 0.67
HSL 24º 0.93% 0.17% -
HSV(B) 24º 0.96% 0.33% -
XYZ 4.18 3.05 0.45 -
YUV 45.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 83 35 3 0 0.58 0.96 0.67 24 0.93 0.17
Hex 53 23 3 0 3A 60 43 18 5D 11
Octal 123 43 3 0 72 140 103 30 135 21
Binary 1010011 100011 11 0 111010 1100000 1000011 11000 1011101 10001

Color Harmonies of #532303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532303

Black with #532303

Text Example


Text Example

White with #532303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532303; }

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

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

background-color css

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

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

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

border-color css

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

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

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