Html Css Color HEX #532E14 Baker's Chocolate

📋 copy color: '#532E14'

red 83 ◦ green 46 ◦ blue 20

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

Shades of Baker's Chocolate #532E14

Tints of Baker's Chocolate #532E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 55.7%
G = 30.87%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#532E14 (or 0x532E14) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 14. RGB value is (83,46,20). Sum of RGB (Red+Green+Blue) = 83+46+20=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E14 is #ACD1EB. Grayscale: #363636. Windows color (decimal): -11325932 or 1322579. OLE color: 1322579.

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

Color convert

RGB 83 46 20 -
CMYK 0 0.45 0.76 0.67
HSL 24.76º 0.61% 0.2% -
HSV(B) 24.76º 0.76% 0.33% -
XYZ 4.67 3.84 1.16 -
YUV 54.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 83 46 20 0 0.45 0.76 0.67 24.76 0.61 0.2
Hex 53 2E 14 0 2D 4C 43 19 3D 14
Octal 123 56 24 0 55 114 103 31 75 24
Binary 1010011 101110 10100 0 101101 1001100 1000011 11001 111101 10100

Color Harmonies of #532E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E14

Black with #532E14

Text Example


Text Example

White with #532E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,46,20); }

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

background-color css

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

 a { background-color: rgb(83,46,20); }

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

border-color css

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

 span { border-color: rgb(83,46,20); }

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