Html Css Color HEX #53431D Bronze Olive

📋 copy color: '#53431D'

red 83 ◦ green 67 ◦ blue 29

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

Shades of Bronze Olive #53431D

Tints of Bronze Olive #53431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 46.37%
G = 37.43%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53431D (or 0x53431D) is known color: Bronze Olive. HEX triplet: 53, 43 and 1D. RGB value is (83,67,29). Sum of RGB (Red+Green+Blue) = 83+67+29=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53431D is #ACBCE2. Grayscale: #434343. Windows color (decimal): -11320547 or 1917779. OLE color: 1917779.

HSL color Cylindrical-coordinate representation of color #53431D: hue angle of 42.22º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53431D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 29 -
CMYK 0 0.19 0.65 0.67
HSL 42.22º 0.48% 0.22% -
HSV(B) 42.22º 0.65% 0.33% -
XYZ 5.8 5.94 2 -
YUV 67.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 83 67 29 0 0.19 0.65 0.67 42.22 0.48 0.22
Hex 53 43 1D 0 13 41 43 2A 30 16
Octal 123 103 35 0 23 101 103 52 60 26
Binary 1010011 1000011 11101 0 10011 1000001 1000011 101010 110000 10110

Color Harmonies of #53431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53431D

Black with #53431D

Text Example


Text Example

White with #53431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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