Html Css Color HEX #5B5326 Bronze Olive

📋 copy color: '#5B5326'

red 91 ◦ green 83 ◦ blue 38

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

Shades of Bronze Olive #5B5326

Tints of Bronze Olive #5B5326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 42.92%
G = 39.15%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#5B5326 (or 0x5B5326) is known color: Bronze Olive. HEX triplet: 5B, 53 and 26. RGB value is (91,83,38). Sum of RGB (Red+Green+Blue) = 91+83+38=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5326 is #A4ACD9. Grayscale: #505050. Windows color (decimal): -10792154 or 2511707. OLE color: 2511707.

HSL color Cylindrical-coordinate representation of color #5B5326: hue angle of 50.94º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B5326 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 83 38 -
CMYK 0 0.09 0.58 0.64
HSL 50.94º 0.41% 0.25% -
HSV(B) 50.94º 0.58% 0.36% -
XYZ 7.76 8.55 3.08 -
YUV 80.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 91 83 38 0 0.09 0.58 0.64 50.94 0.41 0.25
Hex 5B 53 26 0 9 3A 40 33 29 19
Octal 133 123 46 0 11 72 100 63 51 31
Binary 1011011 1010011 100110 0 1001 111010 1000000 110011 101001 11001

Color Harmonies of #5B5326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5326

Black with #5B5326

Text Example


Text Example

White with #5B5326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,83,38); }

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

background-color css

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

 a { background-color: rgb(91,83,38); }

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

border-color css

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

 span { border-color: rgb(91,83,38); }

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