Html Css Color HEX #3E5023 Bronzetone

📋 copy color: '#3E5023'

red 62 ◦ green 80 ◦ blue 35

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

Shades of Bronzetone #3E5023

Tints of Bronzetone #3E5023

RGB

 RED value IS 62 (24.61% from 255) = 35.03%

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 35.03%
G = 45.2%
B = 19.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#3E5023 (or 0x3E5023) is known color: Bronzetone. HEX triplet: 3E, 50 and 23. RGB value is (62,80,35). Sum of RGB (Red+Green+Blue) = 62+80+35=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5023 is #C1AFDC. Grayscale: #454545. Windows color (decimal): -12693469 or 2314302. OLE color: 2314302.

HSL color Cylindrical-coordinate representation of color #3E5023: hue angle of 84º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E5023 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 35 -
CMYK 0.22 0 0.56 0.69
HSL 84º 0.39% 0.23% -
HSV(B) 84º 0.56% 0.31% -
XYZ 5.16 6.88 2.65 -
YUV 69.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 62 80 35 0.22 0 0.56 0.69 84 0.39 0.23
Hex 3E 50 23 16 0 38 45 54 27 17
Octal 76 120 43 26 0 70 105 124 47 27
Binary 111110 1010000 100011 10110 0 111000 1000101 1010100 100111 10111

Color Harmonies of #3E5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5023

Black with #3E5023

Text Example


Text Example

White with #3E5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5023; }

 p { color: rgb(62,80,35); }

 H1.HeaderClassName
 {
   color: #3E5023;
 }
 .AnyTagClassName
 {
   color: #3E5023;
 }
</style>

background-color css

<style>
 a { background-color: #3E5023; }

 a { background-color: rgb(62,80,35); }

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

border-color css

<style>
 span { border-color: #3E5023; }

 span { border-color: rgb(62,80,35); }

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