Html Css Color HEX #534626 Bronze Olive

📋 copy color: '#534626'

red 83 ◦ green 70 ◦ blue 38

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

Shades of Bronze Olive #534626

Tints of Bronze Olive #534626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 43.46%
G = 36.65%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534626 (or 0x534626) is known color: Bronze Olive. HEX triplet: 53, 46 and 26. RGB value is (83,70,38). Sum of RGB (Red+Green+Blue) = 83+70+38=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534626 is #ACB9D9. Grayscale: #464646. Windows color (decimal): -11319770 or 2508371. OLE color: 2508371.

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

Color convert

RGB 83 70 38 -
CMYK 0 0.16 0.54 0.67
HSL 42.67º 0.37% 0.24% -
HSV(B) 42.67º 0.54% 0.33% -
XYZ 6.11 6.36 2.74 -
YUV 70.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 83 70 38 0 0.16 0.54 0.67 42.67 0.37 0.24
Hex 53 46 26 0 10 36 43 2B 25 18
Octal 123 106 46 0 20 66 103 53 45 30
Binary 1010011 1000110 100110 0 10000 110110 1000011 101011 100101 11000

Color Harmonies of #534626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534626

Black with #534626

Text Example


Text Example

White with #534626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534626; }

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

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

background-color css

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

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

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

border-color css

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

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

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