Html Css Color HEX #534610 Bronze Olive

📋 copy color: '#534610'

red 83 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #534610

Tints of Bronze Olive #534610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 49.11%
G = 41.42%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534610 (or 0x534610) is known color: Bronze Olive. HEX triplet: 53, 46 and 10. RGB value is (83,70,16). Sum of RGB (Red+Green+Blue) = 83+70+16=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534610 is #ACB9EF. Grayscale: #434343. Windows color (decimal): -11319792 or 1066579. OLE color: 1066579.

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

Color convert

RGB 83 70 16 -
CMYK 0 0.16 0.81 0.67
HSL 48.36º 0.68% 0.19% -
HSV(B) 48.36º 0.81% 0.33% -
XYZ 5.85 6.26 1.39 -
YUV 67.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 83 70 16 0 0.16 0.81 0.67 48.36 0.68 0.19
Hex 53 46 10 0 10 51 43 30 44 13
Octal 123 106 20 0 20 121 103 60 104 23
Binary 1010011 1000110 10000 0 10000 1010001 1000011 110000 1000100 10011

Color Harmonies of #534610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534610

Black with #534610

Text Example


Text Example

White with #534610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534610; }

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

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

background-color css

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

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

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

border-color css

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

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

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