Html Css Color HEX #533401 Baker's Chocolate

📋 copy color: '#533401'

red 83 ◦ green 52 ◦ blue 1

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

Shades of Baker's Chocolate #533401

Tints of Baker's Chocolate #533401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

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

R = 61.03%
G = 38.24%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#533401 (or 0x533401) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 01. RGB value is (83,52,1). Sum of RGB (Red+Green+Blue) = 83+52+1=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533401 is #ACCBFE. Grayscale: #373737. Windows color (decimal): -11324415 or 78931. OLE color: 78931.

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

Color convert

RGB 83 52 1 -
CMYK 0 0.37 0.99 0.67
HSL 37.32º 0.98% 0.16% -
HSV(B) 37.32º 0.99% 0.33% -
XYZ 4.8 4.3 0.61 -
YUV 55.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 83 52 1 0 0.37 0.99 0.67 37.32 0.98 0.16
Hex 53 34 1 0 25 63 43 25 62 10
Octal 123 64 1 0 45 143 103 45 142 20
Binary 1010011 110100 1 0 100101 1100011 1000011 100101 1100010 10000

Color Harmonies of #533401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533401

Black with #533401

Text Example


Text Example

White with #533401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533401; }

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

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

background-color css

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

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

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

border-color css

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

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

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