Html Css Color HEX #5D6430 Saratoga

📋 copy color: '#5D6430'

red 93 ◦ green 100 ◦ blue 48

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

Shades of Saratoga #5D6430

Tints of Saratoga #5D6430

RGB

 RED value IS 93 (36.72% from 255) = 38.59%

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 38.59%
G = 41.49%
B = 19.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#5D6430 (or 0x5D6430) is known color: Saratoga. HEX triplet: 5D, 64 and 30. RGB value is (93,100,48). Sum of RGB (Red+Green+Blue) = 93+100+48=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6430 is #A29BCF. Grayscale: #5C5C5C. Windows color (decimal): -10656720 or 3171421. OLE color: 3171421.

HSL color Cylindrical-coordinate representation of color #5D6430: hue angle of 68.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D6430 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 100 48 -
CMYK 0.07 0 0.52 0.61
HSL 68.08º 0.35% 0.29% -
HSV(B) 68.08º 0.52% 0.39% -
XYZ 9.6 11.65 4.54 -
YUV 91.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 93 100 48 0.07 0 0.52 0.61 68.08 0.35 0.29
Hex 5D 64 30 7 0 34 3D 44 23 1D
Octal 135 144 60 7 0 64 75 104 43 35
Binary 1011101 1100100 110000 111 0 110100 111101 1000100 100011 11101

Color Harmonies of #5D6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6430

Black with #5D6430

Text Example


Text Example

White with #5D6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6430; }

 p { color: rgb(93,100,48); }

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

background-color css

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

 a { background-color: rgb(93,100,48); }

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

border-color css

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

 span { border-color: rgb(93,100,48); }

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