Html Css Color HEX #3F4527 Bronzetone

📋 copy color: '#3F4527'

red 63 ◦ green 69 ◦ blue 39

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

Shades of Bronzetone #3F4527

Tints of Bronzetone #3F4527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 36.84%
G = 40.35%
B = 22.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#3F4527 (or 0x3F4527) is known color: Bronzetone. HEX triplet: 3F, 45 and 27. RGB value is (63,69,39). Sum of RGB (Red+Green+Blue) = 63+69+39=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4527 is #C0BAD8. Grayscale: #3F3F3F. Windows color (decimal): -12630745 or 2573631. OLE color: 2573631.

HSL color Cylindrical-coordinate representation of color #3F4527: hue angle of 72º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F4527 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 69 39 -
CMYK 0.09 0 0.43 0.73
HSL 72º 0.28% 0.21% -
HSV(B) 72º 0.43% 0.27% -
XYZ 4.54 5.46 2.73 -
YUV 63.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 63 69 39 0.09 0 0.43 0.73 72 0.28 0.21
Hex 3F 45 27 9 0 2B 49 48 1C 15
Octal 77 105 47 11 0 53 111 110 34 25
Binary 111111 1000101 100111 1001 0 101011 1001001 1001000 11100 10101

Color Harmonies of #3F4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4527

Black with #3F4527

Text Example


Text Example

White with #3F4527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,39); }

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

background-color css

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

 a { background-color: rgb(63,69,39); }

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

border-color css

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

 span { border-color: rgb(63,69,39); }

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