Html Css Color HEX #533100 Baker's Chocolate

📋 copy color: '#533100'

red 83 ◦ green 49 ◦ blue 0

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

Shades of Baker's Chocolate #533100

Tints of Baker's Chocolate #533100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.88%
G = 37.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533100 (or 0x533100) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 00. RGB value is (83,49,0). Sum of RGB (Red+Green+Blue) = 83+49+0=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #533100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533100 is #ACCEFF. Grayscale: #353535. Windows color (decimal): -11325184 or 12627. OLE color: 12627.

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

Color convert

RGB 83 49 0 -
CMYK 0 0.41 1 0.67
HSL 35.42º 1% 0.16% -
HSV(B) 35.42º 1% 0.33% -
XYZ 4.67 4.04 0.53 -
YUV 53.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 83 49 0 0 0.41 1 0.67 35.42 1 0.16
Hex 53 31 0 0 29 64 43 23 64 10
Octal 123 61 0 0 51 144 103 43 144 20
Binary 1010011 110001 0 0 101001 1100100 1000011 100011 1100100 10000

Color Harmonies of #533100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533100

Black with #533100

Text Example


Text Example

White with #533100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533100; }

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

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

background-color css

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

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

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

border-color css

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

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

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