Html Css Color HEX #535021 Bronze Olive

📋 copy color: '#535021'

red 83 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #535021

Tints of Bronze Olive #535021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

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

R = 42.35%
G = 40.82%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#535021 (or 0x535021) is known color: Bronze Olive. HEX triplet: 53, 50 and 21. RGB value is (83,80,33). Sum of RGB (Red+Green+Blue) = 83+80+33=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #535021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535021 is #ACAFDE. Grayscale: #4B4B4B. Windows color (decimal): -11317215 or 2183251. OLE color: 2183251.

HSL color Cylindrical-coordinate representation of color #535021: hue angle of 56.4º 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 #535021 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 33 -
CMYK 0 0.04 0.60 0.67
HSL 56.4º 0.43% 0.23% -
HSV(B) 56.4º 0.6% 0.33% -
XYZ 6.71 7.69 2.57 -
YUV 75.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 83 80 33 0 0.04 0.60 0.67 56.4 0.43 0.23
Hex 53 50 21 0 4 3C 43 38 2B 17
Octal 123 120 41 0 4 74 103 70 53 27
Binary 1010011 1010000 100001 0 100 111100 1000011 111000 101011 10111

Color Harmonies of #535021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535021

Black with #535021

Text Example


Text Example

White with #535021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535021; }

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

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

background-color css

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

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

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

border-color css

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

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

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