Html Css Color HEX #3F4B24 Bronzetone

📋 copy color: '#3F4B24'

red 63 ◦ green 75 ◦ blue 36

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

Shades of Bronzetone #3F4B24

Tints of Bronzetone #3F4B24

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

 BLUE value IS 36 (14.45% from 255) = 20.69%

R = 36.21%
G = 43.1%
B = 20.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#3F4B24 (or 0x3F4B24) is known color: Bronzetone. HEX triplet: 3F, 4B and 24. RGB value is (63,75,36). Sum of RGB (Red+Green+Blue) = 63+75+36=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B24 is #C0B4DB. Grayscale: #434343. Windows color (decimal): -12629212 or 2378559. OLE color: 2378559.

HSL color Cylindrical-coordinate representation of color #3F4B24: hue angle of 78.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4B24 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 75 36 -
CMYK 0.16 0 0.52 0.71
HSL 78.46º 0.35% 0.22% -
HSV(B) 78.46º 0.52% 0.29% -
XYZ 4.88 6.22 2.61 -
YUV 66.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 63 75 36 0.16 0 0.52 0.71 78.46 0.35 0.22
Hex 3F 4B 24 10 0 34 47 4E 23 16
Octal 77 113 44 20 0 64 107 116 43 26
Binary 111111 1001011 100100 10000 0 110100 1000111 1001110 100011 10110

Color Harmonies of #3F4B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B24

Black with #3F4B24

Text Example


Text Example

White with #3F4B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,36); }

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

background-color css

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

 a { background-color: rgb(63,75,36); }

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

border-color css

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

 span { border-color: rgb(63,75,36); }

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