Html Css Color HEX #535428 Saratoga

📋 copy color: '#535428'

red 83 ◦ green 84 ◦ blue 40

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

Shades of Saratoga #535428

Tints of Saratoga #535428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 40.1%
G = 40.58%
B = 19.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#535428 (or 0x535428) is known color: Saratoga. HEX triplet: 53, 54 and 28. RGB value is (83,84,40). Sum of RGB (Red+Green+Blue) = 83+84+40=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #535428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535428 is #ACABD7. Grayscale: #4E4E4E. Windows color (decimal): -11316184 or 2643027. OLE color: 2643027.

HSL color Cylindrical-coordinate representation of color #535428: hue angle of 61.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535428 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 40 -
CMYK 0.01 0 0.52 0.67
HSL 61.36º 0.35% 0.24% -
HSV(B) 61.36º 0.52% 0.33% -
XYZ 7.12 8.33 3.24 -
YUV 78.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 83 84 40 0.01 0 0.52 0.67 61.36 0.35 0.24
Hex 53 54 28 1 0 34 43 3D 23 18
Octal 123 124 50 1 0 64 103 75 43 30
Binary 1010011 1010100 101000 1 0 110100 1000011 111101 100011 11000

Color Harmonies of #535428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535428

Black with #535428

Text Example


Text Example

White with #535428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535428; }

 p { color: rgb(83,84,40); }

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

background-color css

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

 a { background-color: rgb(83,84,40); }

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

border-color css

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

 span { border-color: rgb(83,84,40); }

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