Html Css Color HEX #53441E Bronze Olive

📋 copy color: '#53441E'

red 83 ◦ green 68 ◦ blue 30

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

Shades of Bronze Olive #53441E

Tints of Bronze Olive #53441E

RGB

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

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

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

R = 45.86%
G = 37.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53441E (or 0x53441E) is known color: Bronze Olive. HEX triplet: 53, 44 and 1E. RGB value is (83,68,30). Sum of RGB (Red+Green+Blue) = 83+68+30=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441E is #ACBBE1. Grayscale: #444444. Windows color (decimal): -11320290 or 1983571. OLE color: 1983571.

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

Color convert

RGB 83 68 30 -
CMYK 0 0.18 0.64 0.67
HSL 43.02º 0.47% 0.22% -
HSV(B) 43.02º 0.64% 0.33% -
XYZ 5.87 6.07 2.09 -
YUV 68.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 83 68 30 0 0.18 0.64 0.67 43.02 0.47 0.22
Hex 53 44 1E 0 12 40 43 2B 2F 16
Octal 123 104 36 0 22 100 103 53 57 26
Binary 1010011 1000100 11110 0 10010 1000000 1000011 101011 101111 10110

Color Harmonies of #53441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53441E

Black with #53441E

Text Example


Text Example

White with #53441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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