Html Css Color HEX #3F1C09 Brown Pod

📋 copy color: '#3F1C09'

red 63 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #3F1C09

Tints of Brown Pod #3F1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28%

 BLUE value IS 9 (3.91% from 255) = 9%

R = 63%
G = 28%
B = 9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F1C09 (or 0x3F1C09) is known color: Brown Pod. HEX triplet: 3F, 1C and 09. RGB value is (63,28,9). Sum of RGB (Red+Green+Blue) = 63+28+9=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1C09 is #C0E3F6. Grayscale: #242424. Windows color (decimal): -12641271 or 597055. OLE color: 597055.

HSL color Cylindrical-coordinate representation of color #3F1C09: hue angle of 21.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1C09 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 28 9 -
CMYK 0 0.56 0.86 0.75
HSL 21.11º 0.75% 0.14% -
HSV(B) 21.11º 0.86% 0.25% -
XYZ 2.51 1.91 0.49 -
YUV 36.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 63 28 9 0 0.56 0.86 0.75 21.11 0.75 0.14
Hex 3F 1C 9 0 38 56 4B 15 4B E
Octal 77 34 11 0 70 126 113 25 113 16
Binary 111111 11100 1001 0 111000 1010110 1001011 10101 1001011 1110

Color Harmonies of #3F1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C09

Black with #3F1C09

Text Example


Text Example

White with #3F1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,9); }

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

background-color css

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

 a { background-color: rgb(63,28,9); }

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

border-color css

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

 span { border-color: rgb(63,28,9); }

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