Html Css Color HEX #3E452B Bronzetone

📋 copy color: '#3E452B'

red 62 ◦ green 69 ◦ blue 43

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

Shades of Bronzetone #3E452B

Tints of Bronzetone #3E452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 35.63%
G = 39.66%
B = 24.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#3E452B (or 0x3E452B) is known color: Bronzetone. HEX triplet: 3E, 45 and 2B. RGB value is (62,69,43). Sum of RGB (Red+Green+Blue) = 62+69+43=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #3E452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E452B is #C1BAD4. Grayscale: #404040. Windows color (decimal): -12696277 or 2835774. OLE color: 2835774.

HSL color Cylindrical-coordinate representation of color #3E452B: hue angle of 76.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E452B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 69 43 -
CMYK 0.10 0 0.38 0.73
HSL 76.15º 0.23% 0.22% -
HSV(B) 76.15º 0.38% 0.27% -
XYZ 4.55 5.45 3.1 -
YUV 63.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 62 69 43 0.10 0 0.38 0.73 76.15 0.23 0.22
Hex 3E 45 2B A 0 26 49 4C 17 16
Octal 76 105 53 12 0 46 111 114 27 26
Binary 111110 1000101 101011 1010 0 100110 1001001 1001100 10111 10110

Color Harmonies of #3E452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E452B

Black with #3E452B

Text Example


Text Example

White with #3E452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,43); }

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

background-color css

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

 a { background-color: rgb(62,69,43); }

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

border-color css

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

 span { border-color: rgb(62,69,43); }

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