Html Css Color HEX #532F0D Baker's Chocolate

📋 copy color: '#532F0D'

red 83 ◦ green 47 ◦ blue 13

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

Shades of Baker's Chocolate #532F0D

Tints of Baker's Chocolate #532F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.87%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 58.04%
G = 32.87%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#532F0D (or 0x532F0D) is known color: Baker's Chocolate. HEX triplet: 53, 2F and 0D. RGB value is (83,47,13). Sum of RGB (Red+Green+Blue) = 83+47+13=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #532F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F0D is #ACD0F2. Grayscale: #363636. Windows color (decimal): -11325683 or 864083. OLE color: 864083.

HSL color Cylindrical-coordinate representation of color #532F0D: hue angle of 29.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #532F0D is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 47 13 -
CMYK 0 0.43 0.84 0.67
HSL 29.14º 0.73% 0.19% -
HSV(B) 29.14º 0.84% 0.33% -
XYZ 4.66 3.9 0.89 -
YUV 53.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 83 47 13 0 0.43 0.84 0.67 29.14 0.73 0.19
Hex 53 2F D 0 2B 54 43 1D 49 13
Octal 123 57 15 0 53 124 103 35 111 23
Binary 1010011 101111 1101 0 101011 1010100 1000011 11101 1001001 10011

Color Harmonies of #532F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F0D

Black with #532F0D

Text Example


Text Example

White with #532F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,47,13); }

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

background-color css

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

 a { background-color: rgb(83,47,13); }

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

border-color css

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

 span { border-color: rgb(83,47,13); }

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