Html Css Color HEX #534B1A Bronze Olive

📋 copy color: '#534B1A'

red 83 ◦ green 75 ◦ blue 26

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

Shades of Bronze Olive #534B1A

Tints of Bronze Olive #534B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 45.11%
G = 40.76%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#534B1A (or 0x534B1A) is known color: Bronze Olive. HEX triplet: 53, 4B and 1A. RGB value is (83,75,26). Sum of RGB (Red+Green+Blue) = 83+75+26=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1A is #ACB4E5. Grayscale: #484848. Windows color (decimal): -11318502 or 1723219. OLE color: 1723219.

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

Color convert

RGB 83 75 26 -
CMYK 0 0.10 0.69 0.67
HSL 51.58º 0.52% 0.21% -
HSV(B) 51.58º 0.69% 0.33% -
XYZ 6.27 6.95 1.99 -
YUV 71.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 83 75 26 0 0.10 0.69 0.67 51.58 0.52 0.21
Hex 53 4B 1A 0 A 45 43 34 34 15
Octal 123 113 32 0 12 105 103 64 64 25
Binary 1010011 1001011 11010 0 1010 1000101 1000011 110100 110100 10101

Color Harmonies of #534B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B1A

Black with #534B1A

Text Example


Text Example

White with #534B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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