Html Css Color HEX #532D13 Baker's Chocolate

📋 copy color: '#532D13'

red 83 ◦ green 45 ◦ blue 19

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

Shades of Baker's Chocolate #532D13

Tints of Baker's Chocolate #532D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.61%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 56.46%
G = 30.61%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532D13 (or 0x532D13) is known color: Baker's Chocolate. HEX triplet: 53, 2D and 13. RGB value is (83,45,19). Sum of RGB (Red+Green+Blue) = 83+45+19=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D13 is #ACD2EC. Grayscale: #353535. Windows color (decimal): -11326189 or 1256787. OLE color: 1256787.

HSL color Cylindrical-coordinate representation of color #532D13: hue angle of 24.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532D13 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 19 -
CMYK 0 0.46 0.77 0.67
HSL 24.38º 0.63% 0.2% -
HSV(B) 24.38º 0.77% 0.33% -
XYZ 4.62 3.76 1.1 -
YUV 53.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 83 45 19 0 0.46 0.77 0.67 24.38 0.63 0.2
Hex 53 2D 13 0 2E 4D 43 18 3F 14
Octal 123 55 23 0 56 115 103 30 77 24
Binary 1010011 101101 10011 0 101110 1001101 1000011 11000 111111 10100

Color Harmonies of #532D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D13

Black with #532D13

Text Example


Text Example

White with #532D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532D13; }

 p { color: rgb(83,45,19); }

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

background-color css

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

 a { background-color: rgb(83,45,19); }

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

border-color css

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

 span { border-color: rgb(83,45,19); }

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