Html Css Color HEX #5B5302 Bronze Olive

📋 copy color: '#5B5302'

red 91 ◦ green 83 ◦ blue 2

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

Shades of Bronze Olive #5B5302

Tints of Bronze Olive #5B5302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 51.7%
G = 47.16%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#5B5302 (or 0x5B5302) is known color: Bronze Olive. HEX triplet: 5B, 53 and 02. RGB value is (91,83,2). Sum of RGB (Red+Green+Blue) = 91+83+2=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5302 is #A4ACFD. Grayscale: #4C4C4C. Windows color (decimal): -10792190 or 152411. OLE color: 152411.

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

Color convert

RGB 91 83 2 -
CMYK 0 0.09 0.98 0.64
HSL 54.61º 0.96% 0.18% -
HSV(B) 54.61º 0.98% 0.36% -
XYZ 7.42 8.42 1.29 -
YUV 76.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 91 83 2 0 0.09 0.98 0.64 54.61 0.96 0.18
Hex 5B 53 2 0 9 62 40 37 60 12
Octal 133 123 2 0 11 142 100 67 140 22
Binary 1011011 1010011 10 0 1001 1100010 1000000 110111 1100000 10010

Color Harmonies of #5B5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5302

Black with #5B5302

Text Example


Text Example

White with #5B5302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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