Html Css Color HEX #534907 Bronze Olive

📋 copy color: '#534907'

red 83 ◦ green 73 ◦ blue 7

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

Shades of Bronze Olive #534907

Tints of Bronze Olive #534907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 7 (3.13% from 255) = 4.29%

R = 50.92%
G = 44.79%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534907 (or 0x534907) is known color: Bronze Olive. HEX triplet: 53, 49 and 07. RGB value is (83,73,7). Sum of RGB (Red+Green+Blue) = 83+73+7=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534907 is #ACB6F8. Grayscale: #444444. Windows color (decimal): -11319033 or 477523. OLE color: 477523.

HSL color Cylindrical-coordinate representation of color #534907: hue angle of 52.11º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #534907 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 7 -
CMYK 0 0.12 0.92 0.67
HSL 52.11º 0.84% 0.18% -
HSV(B) 52.11º 0.92% 0.33% -
XYZ 5.99 6.62 1.16 -
YUV 68.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 83 73 7 0 0.12 0.92 0.67 52.11 0.84 0.18
Hex 53 49 7 0 C 5C 43 34 54 12
Octal 123 111 7 0 14 134 103 64 124 22
Binary 1010011 1001001 111 0 1100 1011100 1000011 110100 1010100 10010

Color Harmonies of #534907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534907

Black with #534907

Text Example


Text Example

White with #534907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534907; }

 p { color: rgb(83,73,7); }

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

background-color css

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

 a { background-color: rgb(83,73,7); }

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

border-color css

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

 span { border-color: rgb(83,73,7); }

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