Html Css Color HEX #534B15 Bronze Olive

📋 copy color: '#534B15'

red 83 ◦ green 75 ◦ blue 21

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

Shades of Bronze Olive #534B15

Tints of Bronze Olive #534B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 46.37%
G = 41.9%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534B15 (or 0x534B15) is known color: Bronze Olive. HEX triplet: 53, 4B and 15. RGB value is (83,75,21). Sum of RGB (Red+Green+Blue) = 83+75+21=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B15 is #ACB4EA. Grayscale: #474747. Windows color (decimal): -11318507 or 1395539. OLE color: 1395539.

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

Color convert

RGB 83 75 21 -
CMYK 0 0.10 0.75 0.67
HSL 52.26º 0.6% 0.2% -
HSV(B) 52.26º 0.75% 0.33% -
XYZ 6.22 6.93 1.72 -
YUV 71.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 83 75 21 0 0.10 0.75 0.67 52.26 0.6 0.2
Hex 53 4B 15 0 A 4B 43 34 3C 14
Octal 123 113 25 0 12 113 103 64 74 24
Binary 1010011 1001011 10101 0 1010 1001011 1000011 110100 111100 10100

Color Harmonies of #534B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B15

Black with #534B15

Text Example


Text Example

White with #534B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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