Html Css Color HEX #532401 Baker's Chocolate

📋 copy color: '#532401'

red 83 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #532401

Tints of Baker's Chocolate #532401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 69.17%
G = 30%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#532401 (or 0x532401) is known color: Baker's Chocolate. HEX triplet: 53, 24 and 01. RGB value is (83,36,1). Sum of RGB (Red+Green+Blue) = 83+36+1=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #532401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532401 is #ACDBFE. Grayscale: #2E2E2E. Windows color (decimal): -11328511 or 74835. OLE color: 74835.

HSL color Cylindrical-coordinate representation of color #532401: hue angle of 25.61º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #532401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 1 -
CMYK 0 0.57 0.99 0.67
HSL 25.61º 0.98% 0.16% -
HSV(B) 25.61º 0.99% 0.33% -
XYZ 4.2 3.1 0.41 -
YUV 46.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 83 36 1 0 0.57 0.99 0.67 25.61 0.98 0.16
Hex 53 24 1 0 39 63 43 1A 62 10
Octal 123 44 1 0 71 143 103 32 142 20
Binary 1010011 100100 1 0 111001 1100011 1000011 11010 1100010 10000

Color Harmonies of #532401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532401

Black with #532401

Text Example


Text Example

White with #532401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532401; }

 p { color: rgb(83,36,1); }

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

background-color css

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

 a { background-color: rgb(83,36,1); }

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

border-color css

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

 span { border-color: rgb(83,36,1); }

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