Html Css Color HEX #535827 Saratoga

📋 copy color: '#535827'

red 83 ◦ green 88 ◦ blue 39

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

Shades of Saratoga #535827

Tints of Saratoga #535827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 39.52%
G = 41.9%
B = 18.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#535827 (or 0x535827) is known color: Saratoga. HEX triplet: 53, 58 and 27. RGB value is (83,88,39). Sum of RGB (Red+Green+Blue) = 83+88+39=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #535827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535827 is #ACA7D8. Grayscale: #515151. Windows color (decimal): -11315161 or 2578515. OLE color: 2578515.

HSL color Cylindrical-coordinate representation of color #535827: hue angle of 66.12º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535827 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 39 -
CMYK 0.06 0 0.56 0.65
HSL 66.12º 0.39% 0.25% -
HSV(B) 66.12º 0.56% 0.35% -
XYZ 7.42 8.96 3.26 -
YUV 80.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 83 88 39 0.06 0 0.56 0.65 66.12 0.39 0.25
Hex 53 58 27 6 0 38 41 42 27 19
Octal 123 130 47 6 0 70 101 102 47 31
Binary 1010011 1011000 100111 110 0 111000 1000001 1000010 100111 11001

Color Harmonies of #535827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535827

Black with #535827

Text Example


Text Example

White with #535827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535827; }

 p { color: rgb(83,88,39); }

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

background-color css

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

 a { background-color: rgb(83,88,39); }

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

border-color css

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

 span { border-color: rgb(83,88,39); }

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