Html Css Color HEX #533300 Baker's Chocolate

📋 copy color: '#533300'

red 83 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #533300

Tints of Baker's Chocolate #533300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

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

R = 61.94%
G = 38.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533300 (or 0x533300) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 00. RGB value is (83,51,0). Sum of RGB (Red+Green+Blue) = 83+51+0=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #533300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533300 is #ACCCFF. Grayscale: #363636. Windows color (decimal): -11324672 or 13139. OLE color: 13139.

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

Color convert

RGB 83 51 0 -
CMYK 0 0.39 1 0.67
HSL 36.87º 1% 0.16% -
HSV(B) 36.87º 1% 0.33% -
XYZ 4.75 4.21 0.56 -
YUV 54.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 83 51 0 0 0.39 1 0.67 36.87 1 0.16
Hex 53 33 0 0 27 64 43 25 64 10
Octal 123 63 0 0 47 144 103 45 144 20
Binary 1010011 110011 0 0 100111 1100100 1000011 100101 1100100 10000

Color Harmonies of #533300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533300

Black with #533300

Text Example


Text Example

White with #533300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533300; }

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

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

background-color css

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

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

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

border-color css

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

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

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