Html Css Color HEX #534B19 Bronze Olive

📋 copy color: '#534B19'

red 83 ◦ green 75 ◦ blue 25

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

Shades of Bronze Olive #534B19

Tints of Bronze Olive #534B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.66%

R = 45.36%
G = 40.98%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534B19 (or 0x534B19) is known color: Bronze Olive. HEX triplet: 53, 4B and 19. RGB value is (83,75,25). Sum of RGB (Red+Green+Blue) = 83+75+25=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B19 is #ACB4E6. Grayscale: #474747. Windows color (decimal): -11318503 or 1657683. OLE color: 1657683.

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

Color convert

RGB 83 75 25 -
CMYK 0 0.10 0.70 0.67
HSL 51.72º 0.54% 0.21% -
HSV(B) 51.72º 0.7% 0.33% -
XYZ 6.26 6.94 1.93 -
YUV 71.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 83 75 25 0 0.10 0.70 0.67 51.72 0.54 0.21
Hex 53 4B 19 0 A 46 43 34 36 15
Octal 123 113 31 0 12 106 103 64 66 25
Binary 1010011 1001011 11001 0 1010 1000110 1000011 110100 110110 10101

Color Harmonies of #534B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B19

Black with #534B19

Text Example


Text Example

White with #534B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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