Html Css Color HEX #532501 Baker's Chocolate

📋 copy color: '#532501'

red 83 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #532501

Tints of Baker's Chocolate #532501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

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

R = 68.6%
G = 30.58%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#532501 (or 0x532501) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 01. RGB value is (83,37,1). Sum of RGB (Red+Green+Blue) = 83+37+1=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #532501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532501 is #ACDAFE. Grayscale: #2E2E2E. Windows color (decimal): -11328255 or 75091. OLE color: 75091.

HSL color Cylindrical-coordinate representation of color #532501: hue angle of 26.34º 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 #532501 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 1 -
CMYK 0 0.55 0.99 0.67
HSL 26.34º 0.98% 0.16% -
HSV(B) 26.34º 0.99% 0.33% -
XYZ 4.23 3.16 0.42 -
YUV 46.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 83 37 1 0 0.55 0.99 0.67 26.34 0.98 0.16
Hex 53 25 1 0 37 63 43 1A 62 10
Octal 123 45 1 0 67 143 103 32 142 20
Binary 1010011 100101 1 0 110111 1100011 1000011 11010 1100010 10000

Color Harmonies of #532501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532501

Black with #532501

Text Example


Text Example

White with #532501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532501; }

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

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

background-color css

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

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

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

border-color css

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

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

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