Html Css Color HEX #534602 Bronze Olive

📋 copy color: '#534602'

red 83 ◦ green 70 ◦ blue 2

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

Shades of Bronze Olive #534602

Tints of Bronze Olive #534602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 53.55%
G = 45.16%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534602 (or 0x534602) is known color: Bronze Olive. HEX triplet: 53, 46 and 02. RGB value is (83,70,2). Sum of RGB (Red+Green+Blue) = 83+70+2=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534602 is #ACB9FD. Grayscale: #424242. Windows color (decimal): -11319806 or 149075. OLE color: 149075.

HSL color Cylindrical-coordinate representation of color #534602: hue angle of 50.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534602 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 2 -
CMYK 0 0.16 0.98 0.67
HSL 50.37º 0.95% 0.17% -
HSV(B) 50.37º 0.98% 0.33% -
XYZ 5.77 6.22 0.95 -
YUV 66.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 83 70 2 0 0.16 0.98 0.67 50.37 0.95 0.17
Hex 53 46 2 0 10 62 43 32 5F 11
Octal 123 106 2 0 20 142 103 62 137 21
Binary 1010011 1000110 10 0 10000 1100010 1000011 110010 1011111 10001

Color Harmonies of #534602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534602

Black with #534602

Text Example


Text Example

White with #534602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534602; }

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

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

background-color css

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

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

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

border-color css

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

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

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