Html Css Color HEX #53440C Bronze Olive

📋 copy color: '#53440C'

red 83 ◦ green 68 ◦ blue 12

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

Shades of Bronze Olive #53440C

Tints of Bronze Olive #53440C

RGB

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

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

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

R = 50.92%
G = 41.72%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53440C (or 0x53440C) is known color: Bronze Olive. HEX triplet: 53, 44 and 0C. RGB value is (83,68,12). Sum of RGB (Red+Green+Blue) = 83+68+12=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440C is #ACBBF3. Grayscale: #424242. Windows color (decimal): -11320308 or 803923. OLE color: 803923.

HSL color Cylindrical-coordinate representation of color #53440C: hue angle of 47.32º 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 #53440C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 12 -
CMYK 0 0.18 0.86 0.67
HSL 47.32º 0.75% 0.19% -
HSV(B) 47.32º 0.86% 0.33% -
XYZ 5.7 6 1.21 -
YUV 66.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 83 68 12 0 0.18 0.86 0.67 47.32 0.75 0.19
Hex 53 44 C 0 12 56 43 2F 4B 13
Octal 123 104 14 0 22 126 103 57 113 23
Binary 1010011 1000100 1100 0 10010 1010110 1000011 101111 1001011 10011

Color Harmonies of #53440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53440C

Black with #53440C

Text Example


Text Example

White with #53440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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