Html Css Color HEX #534C26 Bronze Olive

📋 copy color: '#534C26'

red 83 ◦ green 76 ◦ blue 38

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

Shades of Bronze Olive #534C26

Tints of Bronze Olive #534C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 42.13%
G = 38.58%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534C26 (or 0x534C26) is known color: Bronze Olive. HEX triplet: 53, 4C and 26. RGB value is (83,76,38). Sum of RGB (Red+Green+Blue) = 83+76+38=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C26 is #ACB3D9. Grayscale: #494949. Windows color (decimal): -11318234 or 2509907. OLE color: 2509907.

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

Color convert

RGB 83 76 38 -
CMYK 0 0.08 0.54 0.67
HSL 50.67º 0.37% 0.24% -
HSV(B) 50.67º 0.54% 0.33% -
XYZ 6.5 7.15 2.87 -
YUV 73.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 83 76 38 0 0.08 0.54 0.67 50.67 0.37 0.24
Hex 53 4C 26 0 8 36 43 33 25 18
Octal 123 114 46 0 10 66 103 63 45 30
Binary 1010011 1001100 100110 0 1000 110110 1000011 110011 100101 11000

Color Harmonies of #534C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C26

Black with #534C26

Text Example


Text Example

White with #534C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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