Html Css Color HEX #533700 Baker's Chocolate

📋 copy color: '#533700'

red 83 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #533700

Tints of Baker's Chocolate #533700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

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

R = 60.14%
G = 39.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533700 (or 0x533700) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 00. RGB value is (83,55,0). Sum of RGB (Red+Green+Blue) = 83+55+0=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533700 is #ACC8FF. Grayscale: #393939. Windows color (decimal): -11323648 or 14163. OLE color: 14163.

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

Color convert

RGB 83 55 0 -
CMYK 0 0.34 1 0.67
HSL 39.76º 1% 0.16% -
HSV(B) 39.76º 1% 0.33% -
XYZ 4.93 4.57 0.62 -
YUV 57.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 83 55 0 0 0.34 1 0.67 39.76 1 0.16
Hex 53 37 0 0 22 64 43 28 64 10
Octal 123 67 0 0 42 144 103 50 144 20
Binary 1010011 110111 0 0 100010 1100100 1000011 101000 1100100 10000

Color Harmonies of #533700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533700

Black with #533700

Text Example


Text Example

White with #533700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533700; }

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

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

background-color css

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

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

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

border-color css

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

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

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