Html Css Color HEX #533900 Baker's Chocolate

📋 copy color: '#533900'

red 83 ◦ green 57 ◦ blue 0

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

Shades of Baker's Chocolate #533900

Tints of Baker's Chocolate #533900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

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

R = 59.29%
G = 40.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533900 (or 0x533900) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 00. RGB value is (83,57,0). Sum of RGB (Red+Green+Blue) = 83+57+0=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #533900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533900 is #ACC6FF. Grayscale: #3A3A3A. Windows color (decimal): -11323136 or 14675. OLE color: 14675.

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

Color convert

RGB 83 57 0 -
CMYK 0 0.31 1 0.67
HSL 41.2º 1% 0.16% -
HSV(B) 41.2º 1% 0.33% -
XYZ 5.03 4.77 0.65 -
YUV 58.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 83 57 0 0 0.31 1 0.67 41.2 1 0.16
Hex 53 39 0 0 1F 64 43 29 64 10
Octal 123 71 0 0 37 144 103 51 144 20
Binary 1010011 111001 0 0 11111 1100100 1000011 101001 1100100 10000

Color Harmonies of #533900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533900

Black with #533900

Text Example


Text Example

White with #533900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533900; }

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

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

background-color css

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

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

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

border-color css

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

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

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