Html Css Color HEX #3F541E Bronzetone

📋 copy color: '#3F541E'

red 63 ◦ green 84 ◦ blue 30

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

Shades of Bronzetone #3F541E

Tints of Bronzetone #3F541E

RGB

 RED value IS 63 (25% from 255) = 35.59%

 GREEN value IS 84 (33.2% from 255) = 47.46%

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

R = 35.59%
G = 47.46%
B = 16.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#3F541E (or 0x3F541E) is known color: Bronzetone. HEX triplet: 3F, 54 and 1E. RGB value is (63,84,30). Sum of RGB (Red+Green+Blue) = 63+84+30=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541E is #C0ABE1. Grayscale: #474747. Windows color (decimal): -12626914 or 1987647. OLE color: 1987647.

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

Color convert

RGB 63 84 30 -
CMYK 0.25 0 0.64 0.67
HSL 83.33º 0.47% 0.22% -
HSV(B) 83.33º 0.64% 0.33% -
XYZ 5.45 7.49 2.39 -
YUV 71.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 63 84 30 0.25 0 0.64 0.67 83.33 0.47 0.22
Hex 3F 54 1E 19 0 40 43 53 2F 16
Octal 77 124 36 31 0 100 103 123 57 26
Binary 111111 1010100 11110 11001 0 1000000 1000011 1010011 101111 10110

Color Harmonies of #3F541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F541E

Black with #3F541E

Text Example


Text Example

White with #3F541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,84,30); }

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

background-color css

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

 a { background-color: rgb(63,84,30); }

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

border-color css

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

 span { border-color: rgb(63,84,30); }

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