Html Css Color HEX #5D481B Bronze Olive

📋 copy color: '#5D481B'

red 93 ◦ green 72 ◦ blue 27

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

Shades of Bronze Olive #5D481B

Tints of Bronze Olive #5D481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 48.44%
G = 37.5%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D481B (or 0x5D481B) is known color: Bronze Olive. HEX triplet: 5D, 48 and 1B. RGB value is (93,72,27). Sum of RGB (Red+Green+Blue) = 93+72+27=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D481B is #A2B7E4. Grayscale: #494949. Windows color (decimal): -10663909 or 1787997. OLE color: 1787997.

HSL color Cylindrical-coordinate representation of color #5D481B: hue angle of 40.91º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D481B is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 72 27 -
CMYK 0 0.23 0.71 0.64
HSL 40.91º 0.55% 0.24% -
HSV(B) 40.91º 0.71% 0.36% -
XYZ 7.03 7.04 2.03 -
YUV 73.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 93 72 27 0 0.23 0.71 0.64 40.91 0.55 0.24
Hex 5D 48 1B 0 17 47 40 29 37 18
Octal 135 110 33 0 27 107 100 51 67 30
Binary 1011101 1001000 11011 0 10111 1000111 1000000 101001 110111 11000

Color Harmonies of #5D481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D481B

Black with #5D481B

Text Example


Text Example

White with #5D481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,72,27); }

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

background-color css

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

 a { background-color: rgb(93,72,27); }

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

border-color css

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

 span { border-color: rgb(93,72,27); }

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