Html Css Color HEX #534B16 Bronze Olive

📋 copy color: '#534B16'

red 83 ◦ green 75 ◦ blue 22

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

Shades of Bronze Olive #534B16

Tints of Bronze Olive #534B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 46.11%
G = 41.67%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#534B16 (or 0x534B16) is known color: Bronze Olive. HEX triplet: 53, 4B and 16. RGB value is (83,75,22). Sum of RGB (Red+Green+Blue) = 83+75+22=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #534B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B16 is #ACB4E9. Grayscale: #474747. Windows color (decimal): -11318506 or 1461075. OLE color: 1461075.

HSL color Cylindrical-coordinate representation of color #534B16: hue angle of 52.13º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534B16 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 22 -
CMYK 0 0.10 0.73 0.67
HSL 52.13º 0.58% 0.21% -
HSV(B) 52.13º 0.73% 0.33% -
XYZ 6.23 6.93 1.77 -
YUV 71.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 83 75 22 0 0.10 0.73 0.67 52.13 0.58 0.21
Hex 53 4B 16 0 A 49 43 34 3A 15
Octal 123 113 26 0 12 111 103 64 72 25
Binary 1010011 1001011 10110 0 1010 1001001 1000011 110100 111010 10101

Color Harmonies of #534B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B16

Black with #534B16

Text Example


Text Example

White with #534B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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