Html Css Color HEX #53450A Bronze Olive

📋 copy color: '#53450A'

red 83 ◦ green 69 ◦ blue 10

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

Shades of Bronze Olive #53450A

Tints of Bronze Olive #53450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 51.23%
G = 42.59%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53450A (or 0x53450A) is known color: Bronze Olive. HEX triplet: 53, 45 and 0A. RGB value is (83,69,10). Sum of RGB (Red+Green+Blue) = 83+69+10=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450A is #ACBAF5. Grayscale: #424242. Windows color (decimal): -11320054 or 673107. OLE color: 673107.

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

Color convert

RGB 83 69 10 -
CMYK 0 0.17 0.88 0.67
HSL 48.49º 0.78% 0.18% -
HSV(B) 48.49º 0.88% 0.33% -
XYZ 5.75 6.12 1.16 -
YUV 66.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 83 69 10 0 0.17 0.88 0.67 48.49 0.78 0.18
Hex 53 45 A 0 11 58 43 30 4E 12
Octal 123 105 12 0 21 130 103 60 116 22
Binary 1010011 1000101 1010 0 10001 1011000 1000011 110000 1001110 10010

Color Harmonies of #53450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53450A

Black with #53450A

Text Example


Text Example

White with #53450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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