Html Css Color HEX #534608 Bronze Olive

📋 copy color: '#534608'

red 83 ◦ green 70 ◦ blue 8

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

Shades of Bronze Olive #534608

Tints of Bronze Olive #534608

RGB

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

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

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

R = 51.55%
G = 43.48%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534608 (or 0x534608) is known color: Bronze Olive. HEX triplet: 53, 46 and 08. RGB value is (83,70,8). Sum of RGB (Red+Green+Blue) = 83+70+8=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534608 is #ACB9F7. Grayscale: #434343. Windows color (decimal): -11319800 or 542291. OLE color: 542291.

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

Color convert

RGB 83 70 8 -
CMYK 0 0.16 0.90 0.67
HSL 49.6º 0.82% 0.18% -
HSV(B) 49.6º 0.9% 0.33% -
XYZ 5.8 6.24 1.13 -
YUV 66.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 83 70 8 0 0.16 0.90 0.67 49.6 0.82 0.18
Hex 53 46 8 0 10 5A 43 32 52 12
Octal 123 106 10 0 20 132 103 62 122 22
Binary 1010011 1000110 1000 0 10000 1011010 1000011 110010 1010010 10010

Color Harmonies of #534608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534608

Black with #534608

Text Example


Text Example

White with #534608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534608; }

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

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

background-color css

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

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

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

border-color css

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

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

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