Html Css Color HEX #53441B Bronze Olive

📋 copy color: '#53441B'

red 83 ◦ green 68 ◦ blue 27

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

Shades of Bronze Olive #53441B

Tints of Bronze Olive #53441B

RGB

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

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

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

R = 46.63%
G = 38.2%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53441B (or 0x53441B) is known color: Bronze Olive. HEX triplet: 53, 44 and 1B. RGB value is (83,68,27). Sum of RGB (Red+Green+Blue) = 83+68+27=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441B is #ACBBE4. Grayscale: #434343. Windows color (decimal): -11320293 or 1786963. OLE color: 1786963.

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

Color convert

RGB 83 68 27 -
CMYK 0 0.18 0.67 0.67
HSL 43.93º 0.51% 0.22% -
HSV(B) 43.93º 0.67% 0.33% -
XYZ 5.83 6.05 1.9 -
YUV 67.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 83 68 27 0 0.18 0.67 0.67 43.93 0.51 0.22
Hex 53 44 1B 0 12 43 43 2C 33 16
Octal 123 104 33 0 22 103 103 54 63 26
Binary 1010011 1000100 11011 0 10010 1000011 1000011 101100 110011 10110

Color Harmonies of #53441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53441B

Black with #53441B

Text Example


Text Example

White with #53441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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