Html Css Color HEX #53451C Bronze Olive

📋 copy color: '#53451C'

red 83 ◦ green 69 ◦ blue 28

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

Shades of Bronze Olive #53451C

Tints of Bronze Olive #53451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 46.11%
G = 38.33%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53451C (or 0x53451C) is known color: Bronze Olive. HEX triplet: 53, 45 and 1C. RGB value is (83,69,28). Sum of RGB (Red+Green+Blue) = 83+69+28=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451C is #ACBAE3. Grayscale: #444444. Windows color (decimal): -11320036 or 1852755. OLE color: 1852755.

HSL color Cylindrical-coordinate representation of color #53451C: hue angle of 44.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53451C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 28 -
CMYK 0 0.17 0.66 0.67
HSL 44.73º 0.5% 0.22% -
HSV(B) 44.73º 0.66% 0.33% -
XYZ 5.91 6.18 1.98 -
YUV 68.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 83 69 28 0 0.17 0.66 0.67 44.73 0.5 0.22
Hex 53 45 1C 0 11 42 43 2D 32 16
Octal 123 105 34 0 21 102 103 55 62 26
Binary 1010011 1000101 11100 0 10001 1000010 1000011 101101 110010 10110

Color Harmonies of #53451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53451C

Black with #53451C

Text Example


Text Example

White with #53451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53451C; }

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

 H1.HeaderClassName
 {
   color: #53451C;
 }
 .AnyTagClassName
 {
   color: #53451C;
 }
</style>

background-color css

<style>
 a { background-color: #53451C; }

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

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

border-color css

<style>
 span { border-color: #53451C; }

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

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