Html Css Color HEX #3F4528 Bronzetone

📋 copy color: '#3F4528'

red 63 ◦ green 69 ◦ blue 40

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

Shades of Bronzetone #3F4528

Tints of Bronzetone #3F4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 36.63%
G = 40.12%
B = 23.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#3F4528 (or 0x3F4528) is known color: Bronzetone. HEX triplet: 3F, 45 and 28. RGB value is (63,69,40). Sum of RGB (Red+Green+Blue) = 63+69+40=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4528 is #C0BAD7. Grayscale: #404040. Windows color (decimal): -12630744 or 2639167. OLE color: 2639167.

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

Color convert

RGB 63 69 40 -
CMYK 0.09 0 0.42 0.73
HSL 72.41º 0.27% 0.21% -
HSV(B) 72.41º 0.42% 0.27% -
XYZ 4.56 5.47 2.82 -
YUV 63.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 63 69 40 0.09 0 0.42 0.73 72.41 0.27 0.21
Hex 3F 45 28 9 0 2A 49 48 1B 15
Octal 77 105 50 11 0 52 111 110 33 25
Binary 111111 1000101 101000 1001 0 101010 1001001 1001000 11011 10101

Color Harmonies of #3F4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4528

Black with #3F4528

Text Example


Text Example

White with #3F4528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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