Html Css Color HEX #533101 Baker's Chocolate

📋 copy color: '#533101'

red 83 ◦ green 49 ◦ blue 1

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

Shades of Baker's Chocolate #533101

Tints of Baker's Chocolate #533101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

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

R = 62.41%
G = 36.84%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#533101 (or 0x533101) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 01. RGB value is (83,49,1). Sum of RGB (Red+Green+Blue) = 83+49+1=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #533101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533101 is #ACCEFE. Grayscale: #353535. Windows color (decimal): -11325183 or 78163. OLE color: 78163.

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

Color convert

RGB 83 49 1 -
CMYK 0 0.41 0.99 0.67
HSL 35.12º 0.98% 0.16% -
HSV(B) 35.12º 0.99% 0.33% -
XYZ 4.67 4.04 0.56 -
YUV 53.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 83 49 1 0 0.41 0.99 0.67 35.12 0.98 0.16
Hex 53 31 1 0 29 63 43 23 62 10
Octal 123 61 1 0 51 143 103 43 142 20
Binary 1010011 110001 1 0 101001 1100011 1000011 100011 1100010 10000

Color Harmonies of #533101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533101

Black with #533101

Text Example


Text Example

White with #533101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533101; }

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

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

background-color css

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

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

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

border-color css

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

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

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