Html Css Color HEX #534E26 Bronze Olive

📋 copy color: '#534E26'

red 83 ◦ green 78 ◦ blue 38

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

Shades of Bronze Olive #534E26

Tints of Bronze Olive #534E26

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

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

R = 41.71%
G = 39.2%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534E26 (or 0x534E26) is known color: Bronze Olive. HEX triplet: 53, 4E and 26. RGB value is (83,78,38). Sum of RGB (Red+Green+Blue) = 83+78+38=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E26 is #ACB1D9. Grayscale: #4B4B4B. Windows color (decimal): -11317722 or 2510419. OLE color: 2510419.

HSL color Cylindrical-coordinate representation of color #534E26: hue angle of 53.33º 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 #534E26 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 38 -
CMYK 0 0.06 0.54 0.67
HSL 53.33º 0.37% 0.24% -
HSV(B) 53.33º 0.54% 0.33% -
XYZ 6.64 7.43 2.92 -
YUV 74.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 83 78 38 0 0.06 0.54 0.67 53.33 0.37 0.24
Hex 53 4E 26 0 6 36 43 35 25 18
Octal 123 116 46 0 6 66 103 65 45 30
Binary 1010011 1001110 100110 0 110 110110 1000011 110101 100101 11000

Color Harmonies of #534E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E26

Black with #534E26

Text Example


Text Example

White with #534E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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