Html Css Color HEX #534316 Bronze Olive

📋 copy color: '#534316'

red 83 ◦ green 67 ◦ blue 22

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

Shades of Bronze Olive #534316

Tints of Bronze Olive #534316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 48.26%
G = 38.95%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#534316 (or 0x534316) is known color: Bronze Olive. HEX triplet: 53, 43 and 16. RGB value is (83,67,22). Sum of RGB (Red+Green+Blue) = 83+67+22=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534316 is #ACBCE9. Grayscale: #424242. Windows color (decimal): -11320554 or 1459027. OLE color: 1459027.

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

Color convert

RGB 83 67 22 -
CMYK 0 0.19 0.73 0.67
HSL 44.26º 0.58% 0.21% -
HSV(B) 44.26º 0.73% 0.33% -
XYZ 5.72 5.91 1.6 -
YUV 66.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 83 67 22 0 0.19 0.73 0.67 44.26 0.58 0.21
Hex 53 43 16 0 13 49 43 2C 3A 15
Octal 123 103 26 0 23 111 103 54 72 25
Binary 1010011 1000011 10110 0 10011 1001001 1000011 101100 111010 10101

Color Harmonies of #534316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534316

Black with #534316

Text Example


Text Example

White with #534316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534316; }

 p { color: rgb(83,67,22); }

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

background-color css

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

 a { background-color: rgb(83,67,22); }

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

border-color css

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

 span { border-color: rgb(83,67,22); }

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