Html Css Color HEX #53431B Bronze Olive

📋 copy color: '#53431B'

red 83 ◦ green 67 ◦ blue 27

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

Shades of Bronze Olive #53431B

Tints of Bronze Olive #53431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 46.89%
G = 37.85%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53431B (or 0x53431B) is known color: Bronze Olive. HEX triplet: 53, 43 and 1B. RGB value is (83,67,27). Sum of RGB (Red+Green+Blue) = 83+67+27=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53431B is #ACBCE4. Grayscale: #434343. Windows color (decimal): -11320549 or 1786707. OLE color: 1786707.

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

Color convert

RGB 83 67 27 -
CMYK 0 0.19 0.67 0.67
HSL 42.86º 0.51% 0.22% -
HSV(B) 42.86º 0.67% 0.33% -
XYZ 5.77 5.93 1.88 -
YUV 67.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 83 67 27 0 0.19 0.67 0.67 42.86 0.51 0.22
Hex 53 43 1B 0 13 43 43 2B 33 16
Octal 123 103 33 0 23 103 103 53 63 26
Binary 1010011 1000011 11011 0 10011 1000011 1000011 101011 110011 10110

Color Harmonies of #53431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53431B

Black with #53431B

Text Example


Text Example

White with #53431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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