Html Css Color HEX #53440E Bronze Olive

📋 copy color: '#53440E'

red 83 ◦ green 68 ◦ blue 14

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

Shades of Bronze Olive #53440E

Tints of Bronze Olive #53440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 50.3%
G = 41.21%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53440E (or 0x53440E) is known color: Bronze Olive. HEX triplet: 53, 44 and 0E. RGB value is (83,68,14). Sum of RGB (Red+Green+Blue) = 83+68+14=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440E is #ACBBF1. Grayscale: #424242. Windows color (decimal): -11320306 or 934995. OLE color: 934995.

HSL color Cylindrical-coordinate representation of color #53440E: hue angle of 46.96º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53440E is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 14 -
CMYK 0 0.18 0.83 0.67
HSL 46.96º 0.71% 0.19% -
HSV(B) 46.96º 0.83% 0.33% -
XYZ 5.71 6 1.27 -
YUV 66.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 83 68 14 0 0.18 0.83 0.67 46.96 0.71 0.19
Hex 53 44 E 0 12 53 43 2F 47 13
Octal 123 104 16 0 22 123 103 57 107 23
Binary 1010011 1000100 1110 0 10010 1010011 1000011 101111 1000111 10011

Color Harmonies of #53440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53440E

Black with #53440E

Text Example


Text Example

White with #53440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53440E; }

 p { color: rgb(83,68,14); }

 H1.HeaderClassName
 {
   color: #53440E;
 }
 .AnyTagClassName
 {
   color: #53440E;
 }
</style>

background-color css

<style>
 a { background-color: #53440E; }

 a { background-color: rgb(83,68,14); }

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

border-color css

<style>
 span { border-color: #53440E; }

 span { border-color: rgb(83,68,14); }

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