Html Css Color HEX #3F4432 Scrub

📋 copy color: '#3F4432'

red 63 ◦ green 68 ◦ blue 50

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

Shades of Scrub #3F4432

Tints of Scrub #3F4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 34.81%
G = 37.57%
B = 27.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#3F4432 (or 0x3F4432) is known color: Scrub. HEX triplet: 3F, 44 and 32. RGB value is (63,68,50). Sum of RGB (Red+Green+Blue) = 63+68+50=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4432 is #C0BBCD. Grayscale: #404040. Windows color (decimal): -12630990 or 3294271. OLE color: 3294271.

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

Color convert

RGB 63 68 50 -
CMYK 0.07 0 0.26 0.73
HSL 76.67º 0.15% 0.23% -
HSV(B) 76.67º 0.26% 0.27% -
XYZ 4.69 5.42 3.82 -
YUV 64.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 63 68 50 0.07 0 0.26 0.73 76.67 0.15 0.23
Hex 3F 44 32 7 0 1A 49 4D F 17
Octal 77 104 62 7 0 32 111 115 17 27
Binary 111111 1000100 110010 111 0 11010 1001001 1001101 1111 10111

Color Harmonies of #3F4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4432

Black with #3F4432

Text Example


Text Example

White with #3F4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,50); }

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

background-color css

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

 a { background-color: rgb(63,68,50); }

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

border-color css

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

 span { border-color: rgb(63,68,50); }

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