Html Css Color HEX #534415 Bronze Olive

📋 copy color: '#534415'

red 83 ◦ green 68 ◦ blue 21

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

Shades of Bronze Olive #534415

Tints of Bronze Olive #534415

RGB

 RED value IS 83 (32.81% from 255) = 48.26%

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 48.26%
G = 39.53%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534415 (or 0x534415) is known color: Bronze Olive. HEX triplet: 53, 44 and 15. RGB value is (83,68,21). Sum of RGB (Red+Green+Blue) = 83+68+21=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534415 is #ACBBEA. Grayscale: #434343. Windows color (decimal): -11320299 or 1393747. OLE color: 1393747.

HSL color Cylindrical-coordinate representation of color #534415: hue angle of 45.48º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #534415 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 21 -
CMYK 0 0.18 0.75 0.67
HSL 45.48º 0.6% 0.2% -
HSV(B) 45.48º 0.75% 0.33% -
XYZ 5.77 6.03 1.57 -
YUV 67.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 83 68 21 0 0.18 0.75 0.67 45.48 0.6 0.2
Hex 53 44 15 0 12 4B 43 2D 3C 14
Octal 123 104 25 0 22 113 103 55 74 24
Binary 1010011 1000100 10101 0 10010 1001011 1000011 101101 111100 10100

Color Harmonies of #534415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534415

Black with #534415

Text Example


Text Example

White with #534415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534415; }

 p { color: rgb(83,68,21); }

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

background-color css

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

 a { background-color: rgb(83,68,21); }

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

border-color css

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

 span { border-color: rgb(83,68,21); }

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