Html Css Color HEX #534319 Bronze Olive

📋 copy color: '#534319'

red 83 ◦ green 67 ◦ blue 25

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

Shades of Bronze Olive #534319

Tints of Bronze Olive #534319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 47.43%
G = 38.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534319 (or 0x534319) is known color: Bronze Olive. HEX triplet: 53, 43 and 19. RGB value is (83,67,25). Sum of RGB (Red+Green+Blue) = 83+67+25=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534319 is #ACBCE6. Grayscale: #434343. Windows color (decimal): -11320551 or 1655635. OLE color: 1655635.

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

Color convert

RGB 83 67 25 -
CMYK 0 0.19 0.70 0.67
HSL 43.45º 0.54% 0.21% -
HSV(B) 43.45º 0.7% 0.33% -
XYZ 5.75 5.92 1.76 -
YUV 67 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 83 67 25 0 0.19 0.70 0.67 43.45 0.54 0.21
Hex 53 43 19 0 13 46 43 2B 36 15
Octal 123 103 31 0 23 106 103 53 66 25
Binary 1010011 1000011 11001 0 10011 1000110 1000011 101011 110110 10101

Color Harmonies of #534319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534319

Black with #534319

Text Example


Text Example

White with #534319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534319; }

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

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

background-color css

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

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

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

border-color css

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

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

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