Html Css Color HEX #532F0F Baker's Chocolate

📋 copy color: '#532F0F'

red 83 ◦ green 47 ◦ blue 15

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

Shades of Baker's Chocolate #532F0F

Tints of Baker's Chocolate #532F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 57.24%
G = 32.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#532F0F (or 0x532F0F) is known color: Baker's Chocolate. HEX triplet: 53, 2F and 0F. RGB value is (83,47,15). Sum of RGB (Red+Green+Blue) = 83+47+15=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #532F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F0F is #ACD0F0. Grayscale: #363636. Windows color (decimal): -11325681 or 995155. OLE color: 995155.

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

Color convert

RGB 83 47 15 -
CMYK 0 0.43 0.82 0.67
HSL 28.24º 0.69% 0.19% -
HSV(B) 28.24º 0.82% 0.33% -
XYZ 4.67 3.91 0.96 -
YUV 54.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 83 47 15 0 0.43 0.82 0.67 28.24 0.69 0.19
Hex 53 2F F 0 2B 52 43 1C 45 13
Octal 123 57 17 0 53 122 103 34 105 23
Binary 1010011 101111 1111 0 101011 1010010 1000011 11100 1000101 10011

Color Harmonies of #532F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F0F

Black with #532F0F

Text Example


Text Example

White with #532F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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