Html Css Color HEX #534613 Bronze Olive

📋 copy color: '#534613'

red 83 ◦ green 70 ◦ blue 19

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

Shades of Bronze Olive #534613

Tints of Bronze Olive #534613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 48.26%
G = 40.7%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534613 (or 0x534613) is known color: Bronze Olive. HEX triplet: 53, 46 and 13. RGB value is (83,70,19). Sum of RGB (Red+Green+Blue) = 83+70+19=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534613 is #ACB9EC. Grayscale: #444444. Windows color (decimal): -11319789 or 1263187. OLE color: 1263187.

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

Color convert

RGB 83 70 19 -
CMYK 0 0.16 0.77 0.67
HSL 47.81º 0.63% 0.2% -
HSV(B) 47.81º 0.77% 0.33% -
XYZ 5.87 6.27 1.52 -
YUV 68.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 83 70 19 0 0.16 0.77 0.67 47.81 0.63 0.2
Hex 53 46 13 0 10 4D 43 30 3F 14
Octal 123 106 23 0 20 115 103 60 77 24
Binary 1010011 1000110 10011 0 10000 1001101 1000011 110000 111111 10100

Color Harmonies of #534613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534613

Black with #534613

Text Example


Text Example

White with #534613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534613; }

 p { color: rgb(83,70,19); }

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

background-color css

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

 a { background-color: rgb(83,70,19); }

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

border-color css

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

 span { border-color: rgb(83,70,19); }

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