Html Css Color HEX #534B21 Bronze Olive

📋 copy color: '#534B21'

red 83 ◦ green 75 ◦ blue 33

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

Shades of Bronze Olive #534B21

Tints of Bronze Olive #534B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

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

R = 43.46%
G = 39.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534B21 (or 0x534B21) is known color: Bronze Olive. HEX triplet: 53, 4B and 21. RGB value is (83,75,33). Sum of RGB (Red+Green+Blue) = 83+75+33=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B21 is #ACB4DE. Grayscale: #484848. Windows color (decimal): -11318495 or 2181971. OLE color: 2181971.

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

Color convert

RGB 83 75 33 -
CMYK 0 0.10 0.60 0.67
HSL 50.4º 0.43% 0.23% -
HSV(B) 50.4º 0.6% 0.33% -
XYZ 6.36 6.98 2.45 -
YUV 72.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 83 75 33 0 0.10 0.60 0.67 50.4 0.43 0.23
Hex 53 4B 21 0 A 3C 43 32 2B 17
Octal 123 113 41 0 12 74 103 62 53 27
Binary 1010011 1001011 100001 0 1010 111100 1000011 110010 101011 10111

Color Harmonies of #534B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B21

Black with #534B21

Text Example


Text Example

White with #534B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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