Html Css Color HEX #535C30 Saratoga

📋 copy color: '#535C30'

red 83 ◦ green 92 ◦ blue 48

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

Shades of Saratoga #535C30

Tints of Saratoga #535C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 37.22%
G = 41.26%
B = 21.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#535C30 (or 0x535C30) is known color: Saratoga. HEX triplet: 53, 5C and 30. RGB value is (83,92,48). Sum of RGB (Red+Green+Blue) = 83+92+48=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #535C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C30 is #ACA3CF. Grayscale: #545454. Windows color (decimal): -11314128 or 3169363. OLE color: 3169363.

HSL color Cylindrical-coordinate representation of color #535C30: hue angle of 72.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #535C30 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 48 -
CMYK 0.10 0 0.48 0.64
HSL 72.27º 0.31% 0.27% -
HSV(B) 72.27º 0.48% 0.36% -
XYZ 7.93 9.71 4.25 -
YUV 84.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 83 92 48 0.10 0 0.48 0.64 72.27 0.31 0.27
Hex 53 5C 30 A 0 30 40 48 1F 1B
Octal 123 134 60 12 0 60 100 110 37 33
Binary 1010011 1011100 110000 1010 0 110000 1000000 1001000 11111 11011

Color Harmonies of #535C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C30

Black with #535C30

Text Example


Text Example

White with #535C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535C30; }

 p { color: rgb(83,92,48); }

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

background-color css

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

 a { background-color: rgb(83,92,48); }

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

border-color css

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

 span { border-color: rgb(83,92,48); }

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