Html Css Color HEX #534623 Bronze Olive

📋 copy color: '#534623'

red 83 ◦ green 70 ◦ blue 35

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

Shades of Bronze Olive #534623

Tints of Bronze Olive #534623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.62%

R = 44.15%
G = 37.23%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534623 (or 0x534623) is known color: Bronze Olive. HEX triplet: 53, 46 and 23. RGB value is (83,70,35). Sum of RGB (Red+Green+Blue) = 83+70+35=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534623 is #ACB9DC. Grayscale: #464646. Windows color (decimal): -11319773 or 2311763. OLE color: 2311763.

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

Color convert

RGB 83 70 35 -
CMYK 0 0.16 0.58 0.67
HSL 43.75º 0.41% 0.23% -
HSV(B) 43.75º 0.58% 0.33% -
XYZ 6.06 6.34 2.49 -
YUV 69.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 83 70 35 0 0.16 0.58 0.67 43.75 0.41 0.23
Hex 53 46 23 0 10 3A 43 2C 29 17
Octal 123 106 43 0 20 72 103 54 51 27
Binary 1010011 1000110 100011 0 10000 111010 1000011 101100 101001 10111

Color Harmonies of #534623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534623

Black with #534623

Text Example


Text Example

White with #534623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534623; }

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

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

background-color css

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

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

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

border-color css

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

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

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