Html Css Color HEX #53431C Bronze Olive

📋 copy color: '#53431C'

red 83 ◦ green 67 ◦ blue 28

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

Shades of Bronze Olive #53431C

Tints of Bronze Olive #53431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.64%

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

R = 46.63%
G = 37.64%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53431C (or 0x53431C) is known color: Bronze Olive. HEX triplet: 53, 43 and 1C. RGB value is (83,67,28). Sum of RGB (Red+Green+Blue) = 83+67+28=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53431C is #ACBCE3. Grayscale: #434343. Windows color (decimal): -11320548 or 1852243. OLE color: 1852243.

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

Color convert

RGB 83 67 28 -
CMYK 0 0.19 0.66 0.67
HSL 42.55º 0.5% 0.22% -
HSV(B) 42.55º 0.66% 0.33% -
XYZ 5.78 5.94 1.94 -
YUV 67.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 83 67 28 0 0.19 0.66 0.67 42.55 0.5 0.22
Hex 53 43 1C 0 13 42 43 2B 32 16
Octal 123 103 34 0 23 102 103 53 62 26
Binary 1010011 1000011 11100 0 10011 1000010 1000011 101011 110010 10110

Color Harmonies of #53431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53431C

Black with #53431C

Text Example


Text Example

White with #53431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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