Html Css Color HEX #53481E Bronze Olive

📋 copy color: '#53481E'

red 83 ◦ green 72 ◦ blue 30

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

Shades of Bronze Olive #53481E

Tints of Bronze Olive #53481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 44.86%
G = 38.92%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53481E (or 0x53481E) is known color: Bronze Olive. HEX triplet: 53, 48 and 1E. RGB value is (83,72,30). Sum of RGB (Red+Green+Blue) = 83+72+30=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53481E is #ACB7E1. Grayscale: #464646. Windows color (decimal): -11319266 or 1984595. OLE color: 1984595.

HSL color Cylindrical-coordinate representation of color #53481E: hue angle of 47.55º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53481E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 30 -
CMYK 0 0.13 0.64 0.67
HSL 47.55º 0.47% 0.22% -
HSV(B) 47.55º 0.64% 0.33% -
XYZ 6.12 6.57 2.17 -
YUV 70.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 83 72 30 0 0.13 0.64 0.67 47.55 0.47 0.22
Hex 53 48 1E 0 D 40 43 30 2F 16
Octal 123 110 36 0 15 100 103 60 57 26
Binary 1010011 1001000 11110 0 1101 1000000 1000011 110000 101111 10110

Color Harmonies of #53481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53481E

Black with #53481E

Text Example


Text Example

White with #53481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53481E; }

 p { color: rgb(83,72,30); }

 H1.HeaderClassName
 {
   color: #53481E;
 }
 .AnyTagClassName
 {
   color: #53481E;
 }
</style>

background-color css

<style>
 a { background-color: #53481E; }

 a { background-color: rgb(83,72,30); }

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

border-color css

<style>
 span { border-color: #53481E; }

 span { border-color: rgb(83,72,30); }

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