Html Css Color HEX #5B672B Saratoga

📋 copy color: '#5B672B'

red 91 ◦ green 103 ◦ blue 43

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

Shades of Saratoga #5B672B

Tints of Saratoga #5B672B

RGB

 RED value IS 91 (35.94% from 255) = 38.4%

 GREEN value IS 103 (40.63% from 255) = 43.46%

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 38.4%
G = 43.46%
B = 18.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#5B672B (or 0x5B672B) is known color: Saratoga. HEX triplet: 5B, 67 and 2B. RGB value is (91,103,43). Sum of RGB (Red+Green+Blue) = 91+103+43=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #5B672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B672B is #A498D4. Grayscale: #5C5C5C. Windows color (decimal): -10787029 or 2844507. OLE color: 2844507.

HSL color Cylindrical-coordinate representation of color #5B672B: hue angle of 72º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B672B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 103 43 -
CMYK 0.12 0 0.58 0.60
HSL 72º 0.41% 0.29% -
HSV(B) 72º 0.58% 0.4% -
XYZ 9.6 12.1 4.11 -
YUV 92.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 91 103 43 0.12 0 0.58 0.60 72 0.41 0.29
Hex 5B 67 2B C 0 3A 3C 48 29 1D
Octal 133 147 53 14 0 72 74 110 51 35
Binary 1011011 1100111 101011 1100 0 111010 111100 1001000 101001 11101

Color Harmonies of #5B672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B672B

Black with #5B672B

Text Example


Text Example

White with #5B672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,43); }

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

background-color css

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

 a { background-color: rgb(91,103,43); }

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

border-color css

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

 span { border-color: rgb(91,103,43); }

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