Html Css Color HEX #53450C Bronze Olive

📋 copy color: '#53450C'

red 83 ◦ green 69 ◦ blue 12

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

Shades of Bronze Olive #53450C

Tints of Bronze Olive #53450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 50.61%
G = 42.07%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53450C (or 0x53450C) is known color: Bronze Olive. HEX triplet: 53, 45 and 0C. RGB value is (83,69,12). Sum of RGB (Red+Green+Blue) = 83+69+12=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450C is #ACBAF3. Grayscale: #424242. Windows color (decimal): -11320052 or 804179. OLE color: 804179.

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

Color convert

RGB 83 69 12 -
CMYK 0 0.17 0.86 0.67
HSL 48.17º 0.75% 0.19% -
HSV(B) 48.17º 0.86% 0.33% -
XYZ 5.76 6.12 1.23 -
YUV 66.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 83 69 12 0 0.17 0.86 0.67 48.17 0.75 0.19
Hex 53 45 C 0 11 56 43 30 4B 13
Octal 123 105 14 0 21 126 103 60 113 23
Binary 1010011 1000101 1100 0 10001 1010110 1000011 110000 1001011 10011

Color Harmonies of #53450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53450C

Black with #53450C

Text Example


Text Example

White with #53450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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