Html Css Color HEX #534808 Bronze Olive

📋 copy color: '#534808'

red 83 ◦ green 72 ◦ blue 8

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

Shades of Bronze Olive #534808

Tints of Bronze Olive #534808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 50.92%
G = 44.17%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534808 (or 0x534808) is known color: Bronze Olive. HEX triplet: 53, 48 and 08. RGB value is (83,72,8). Sum of RGB (Red+Green+Blue) = 83+72+8=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534808 is #ACB7F7. Grayscale: #444444. Windows color (decimal): -11319288 or 542803. OLE color: 542803.

HSL color Cylindrical-coordinate representation of color #534808: hue angle of 51.2º 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 #534808 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 8 -
CMYK 0 0.13 0.90 0.67
HSL 51.2º 0.82% 0.18% -
HSV(B) 51.2º 0.9% 0.33% -
XYZ 5.93 6.49 1.17 -
YUV 67.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 83 72 8 0 0.13 0.90 0.67 51.2 0.82 0.18
Hex 53 48 8 0 D 5A 43 33 52 12
Octal 123 110 10 0 15 132 103 63 122 22
Binary 1010011 1001000 1000 0 1101 1011010 1000011 110011 1010010 10010

Color Harmonies of #534808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534808

Black with #534808

Text Example


Text Example

White with #534808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534808; }

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

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

background-color css

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

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

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

border-color css

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

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

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