Html Css Color HEX #534B14 Bronze Olive

📋 copy color: '#534B14'

red 83 ◦ green 75 ◦ blue 20

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

Shades of Bronze Olive #534B14

Tints of Bronze Olive #534B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 46.63%
G = 42.13%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#534B14 (or 0x534B14) is known color: Bronze Olive. HEX triplet: 53, 4B and 14. RGB value is (83,75,20). Sum of RGB (Red+Green+Blue) = 83+75+20=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B14 is #ACB4EB. Grayscale: #474747. Windows color (decimal): -11318508 or 1330003. OLE color: 1330003.

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

Color convert

RGB 83 75 20 -
CMYK 0 0.10 0.76 0.67
HSL 52.38º 0.61% 0.2% -
HSV(B) 52.38º 0.76% 0.33% -
XYZ 6.21 6.92 1.67 -
YUV 71.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 83 75 20 0 0.10 0.76 0.67 52.38 0.61 0.2
Hex 53 4B 14 0 A 4C 43 34 3D 14
Octal 123 113 24 0 12 114 103 64 75 24
Binary 1010011 1001011 10100 0 1010 1001100 1000011 110100 111101 10100

Color Harmonies of #534B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B14

Black with #534B14

Text Example


Text Example

White with #534B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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