Html Css Color HEX #534B10 Bronze Olive

📋 copy color: '#534B10'

red 83 ◦ green 75 ◦ blue 16

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

Shades of Bronze Olive #534B10

Tints of Bronze Olive #534B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

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

R = 47.7%
G = 43.1%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534B10 (or 0x534B10) is known color: Bronze Olive. HEX triplet: 53, 4B and 10. RGB value is (83,75,16). Sum of RGB (Red+Green+Blue) = 83+75+16=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B10 is #ACB4EF. Grayscale: #464646. Windows color (decimal): -11318512 or 1067859. OLE color: 1067859.

HSL color Cylindrical-coordinate representation of color #534B10: hue angle of 52.84º 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 #534B10 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 16 -
CMYK 0 0.10 0.81 0.67
HSL 52.84º 0.68% 0.19% -
HSV(B) 52.84º 0.81% 0.33% -
XYZ 6.18 6.91 1.5 -
YUV 70.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 83 75 16 0 0.10 0.81 0.67 52.84 0.68 0.19
Hex 53 4B 10 0 A 51 43 35 44 13
Octal 123 113 20 0 12 121 103 65 104 23
Binary 1010011 1001011 10000 0 1010 1010001 1000011 110101 1000100 10011

Color Harmonies of #534B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B10

Black with #534B10

Text Example


Text Example

White with #534B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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