Html Css Color HEX #534614 Bronze Olive

📋 copy color: '#534614'

red 83 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #534614

Tints of Bronze Olive #534614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 47.98%
G = 40.46%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#534614 (or 0x534614) is known color: Bronze Olive. HEX triplet: 53, 46 and 14. RGB value is (83,70,20). Sum of RGB (Red+Green+Blue) = 83+70+20=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534614 is #ACB9EB. Grayscale: #444444. Windows color (decimal): -11319788 or 1328723. OLE color: 1328723.

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

Color convert

RGB 83 70 20 -
CMYK 0 0.16 0.76 0.67
HSL 47.62º 0.61% 0.2% -
HSV(B) 47.62º 0.76% 0.33% -
XYZ 5.88 6.27 1.56 -
YUV 68.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 83 70 20 0 0.16 0.76 0.67 47.62 0.61 0.2
Hex 53 46 14 0 10 4C 43 30 3D 14
Octal 123 106 24 0 20 114 103 60 75 24
Binary 1010011 1000110 10100 0 10000 1001100 1000011 110000 111101 10100

Color Harmonies of #534614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534614

Black with #534614

Text Example


Text Example

White with #534614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534614; }

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

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

background-color css

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

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

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

border-color css

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

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

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