Html Css Color HEX #53450D Bronze Olive

📋 copy color: '#53450D'

red 83 ◦ green 69 ◦ blue 13

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

Shades of Bronze Olive #53450D

Tints of Bronze Olive #53450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 50.3%
G = 41.82%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53450D (or 0x53450D) is known color: Bronze Olive. HEX triplet: 53, 45 and 0D. RGB value is (83,69,13). Sum of RGB (Red+Green+Blue) = 83+69+13=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450D is #ACBAF2. Grayscale: #434343. Windows color (decimal): -11320051 or 869715. OLE color: 869715.

HSL color Cylindrical-coordinate representation of color #53450D: hue angle of 48º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53450D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 13 -
CMYK 0 0.17 0.84 0.67
HSL 48º 0.73% 0.19% -
HSV(B) 48º 0.84% 0.33% -
XYZ 5.77 6.12 1.26 -
YUV 66.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 83 69 13 0 0.17 0.84 0.67 48 0.73 0.19
Hex 53 45 D 0 11 54 43 30 49 13
Octal 123 105 15 0 21 124 103 60 111 23
Binary 1010011 1000101 1101 0 10001 1010100 1000011 110000 1001001 10011

Color Harmonies of #53450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53450D

Black with #53450D

Text Example


Text Example

White with #53450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53450D; }

 p { color: rgb(83,69,13); }

 H1.HeaderClassName
 {
   color: #53450D;
 }
 .AnyTagClassName
 {
   color: #53450D;
 }
</style>

background-color css

<style>
 a { background-color: #53450D; }

 a { background-color: rgb(83,69,13); }

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

border-color css

<style>
 span { border-color: #53450D; }

 span { border-color: rgb(83,69,13); }

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