Html Css Color HEX #534508 Bronze Olive

📋 copy color: '#534508'

red 83 ◦ green 69 ◦ blue 8

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

Shades of Bronze Olive #534508

Tints of Bronze Olive #534508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 8 (3.52% from 255) = 5%

R = 51.88%
G = 43.13%
B = 5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534508 (or 0x534508) is known color: Bronze Olive. HEX triplet: 53, 45 and 08. RGB value is (83,69,8). Sum of RGB (Red+Green+Blue) = 83+69+8=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534508 is #ACBAF7. Grayscale: #424242. Windows color (decimal): -11320056 or 542035. OLE color: 542035.

HSL color Cylindrical-coordinate representation of color #534508: hue angle of 48.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534508 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 8 -
CMYK 0 0.17 0.90 0.67
HSL 48.8º 0.82% 0.18% -
HSV(B) 48.8º 0.9% 0.33% -
XYZ 5.74 6.11 1.11 -
YUV 66.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 83 69 8 0 0.17 0.90 0.67 48.8 0.82 0.18
Hex 53 45 8 0 11 5A 43 31 52 12
Octal 123 105 10 0 21 132 103 61 122 22
Binary 1010011 1000101 1000 0 10001 1011010 1000011 110001 1010010 10010

Color Harmonies of #534508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534508

Black with #534508

Text Example


Text Example

White with #534508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534508; }

 p { color: rgb(83,69,8); }

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

background-color css

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

 a { background-color: rgb(83,69,8); }

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

border-color css

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

 span { border-color: rgb(83,69,8); }

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