Html Css Color HEX #534702 Bronze Olive

📋 copy color: '#534702'

red 83 ◦ green 71 ◦ blue 2

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

Shades of Bronze Olive #534702

Tints of Bronze Olive #534702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

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

R = 53.21%
G = 45.51%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534702 (or 0x534702) is known color: Bronze Olive. HEX triplet: 53, 47 and 02. RGB value is (83,71,2). Sum of RGB (Red+Green+Blue) = 83+71+2=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534702 is #ACB8FD. Grayscale: #434343. Windows color (decimal): -11319550 or 149331. OLE color: 149331.

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

Color convert

RGB 83 71 2 -
CMYK 0 0.14 0.98 0.67
HSL 51.11º 0.95% 0.17% -
HSV(B) 51.11º 0.98% 0.33% -
XYZ 5.83 6.35 0.98 -
YUV 66.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 83 71 2 0 0.14 0.98 0.67 51.11 0.95 0.17
Hex 53 47 2 0 E 62 43 33 5F 11
Octal 123 107 2 0 16 142 103 63 137 21
Binary 1010011 1000111 10 0 1110 1100010 1000011 110011 1011111 10001

Color Harmonies of #534702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534702

Black with #534702

Text Example


Text Example

White with #534702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534702; }

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

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

background-color css

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

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

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

border-color css

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

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

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