Html Css Color HEX #534C21 Bronze Olive

📋 copy color: '#534C21'

red 83 ◦ green 76 ◦ blue 33

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

Shades of Bronze Olive #534C21

Tints of Bronze Olive #534C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.19%

R = 43.23%
G = 39.58%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534C21 (or 0x534C21) is known color: Bronze Olive. HEX triplet: 53, 4C and 21. RGB value is (83,76,33). Sum of RGB (Red+Green+Blue) = 83+76+33=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C21 is #ACB3DE. Grayscale: #494949. Windows color (decimal): -11318239 or 2182227. OLE color: 2182227.

HSL color Cylindrical-coordinate representation of color #534C21: hue angle of 51.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534C21 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 33 -
CMYK 0 0.08 0.60 0.67
HSL 51.6º 0.43% 0.23% -
HSV(B) 51.6º 0.6% 0.33% -
XYZ 6.43 7.12 2.47 -
YUV 73.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 83 76 33 0 0.08 0.60 0.67 51.6 0.43 0.23
Hex 53 4C 21 0 8 3C 43 34 2B 17
Octal 123 114 41 0 10 74 103 64 53 27
Binary 1010011 1001100 100001 0 1000 111100 1000011 110100 101011 10111

Color Harmonies of #534C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C21

Black with #534C21

Text Example


Text Example

White with #534C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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