Html Css Color HEX #3F1509 Brown Pod

📋 copy color: '#3F1509'

red 63 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #3F1509

Tints of Brown Pod #3F1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 67.74%
G = 22.58%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F1509 (or 0x3F1509) is known color: Brown Pod. HEX triplet: 3F, 15 and 09. RGB value is (63,21,9). Sum of RGB (Red+Green+Blue) = 63+21+9=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1509 is #C0EAF6. Grayscale: #202020. Windows color (decimal): -12643063 or 595263. OLE color: 595263.

HSL color Cylindrical-coordinate representation of color #3F1509: hue angle of 13.33º 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 #3F1509 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 21 9 -
CMYK 0 0.67 0.86 0.75
HSL 13.33º 0.75% 0.14% -
HSV(B) 13.33º 0.86% 0.25% -
XYZ 2.37 1.61 0.44 -
YUV 32.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 63 21 9 0 0.67 0.86 0.75 13.33 0.75 0.14
Hex 3F 15 9 0 43 56 4B D 4B E
Octal 77 25 11 0 103 126 113 15 113 16
Binary 111111 10101 1001 0 1000011 1010110 1001011 1101 1001011 1110

Color Harmonies of #3F1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1509

Black with #3F1509

Text Example


Text Example

White with #3F1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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