Html Css Color HEX #533801 Baker's Chocolate

📋 copy color: '#533801'

red 83 ◦ green 56 ◦ blue 1

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

Shades of Baker's Chocolate #533801

Tints of Baker's Chocolate #533801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 59.29%
G = 40%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#533801 (or 0x533801) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 01. RGB value is (83,56,1). Sum of RGB (Red+Green+Blue) = 83+56+1=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #533801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533801 is #ACC7FE. Grayscale: #3A3A3A. Windows color (decimal): -11323391 or 79955. OLE color: 79955.

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

Color convert

RGB 83 56 1 -
CMYK 0 0.33 0.99 0.67
HSL 40.24º 0.98% 0.16% -
HSV(B) 40.24º 0.99% 0.33% -
XYZ 4.99 4.67 0.67 -
YUV 57.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 83 56 1 0 0.33 0.99 0.67 40.24 0.98 0.16
Hex 53 38 1 0 21 63 43 28 62 10
Octal 123 70 1 0 41 143 103 50 142 20
Binary 1010011 111000 1 0 100001 1100011 1000011 101000 1100010 10000

Color Harmonies of #533801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533801

Black with #533801

Text Example


Text Example

White with #533801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533801; }

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

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

background-color css

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

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

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

border-color css

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

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

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