Html Css Color HEX #534715 Bronze Olive

📋 copy color: '#534715'

red 83 ◦ green 71 ◦ blue 21

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

Shades of Bronze Olive #534715

Tints of Bronze Olive #534715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 47.43%
G = 40.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534715 (or 0x534715) is known color: Bronze Olive. HEX triplet: 53, 47 and 15. RGB value is (83,71,21). Sum of RGB (Red+Green+Blue) = 83+71+21=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534715 is #ACB8EA. Grayscale: #454545. Windows color (decimal): -11319531 or 1394515. OLE color: 1394515.

HSL color Cylindrical-coordinate representation of color #534715: hue angle of 48.39º 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 #534715 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 21 -
CMYK 0 0.14 0.75 0.67
HSL 48.39º 0.6% 0.2% -
HSV(B) 48.39º 0.75% 0.33% -
XYZ 5.96 6.4 1.63 -
YUV 68.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 83 71 21 0 0.14 0.75 0.67 48.39 0.6 0.2
Hex 53 47 15 0 E 4B 43 30 3C 14
Octal 123 107 25 0 16 113 103 60 74 24
Binary 1010011 1000111 10101 0 1110 1001011 1000011 110000 111100 10100

Color Harmonies of #534715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534715

Black with #534715

Text Example


Text Example

White with #534715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534715; }

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

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

background-color css

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

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

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

border-color css

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

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

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