Html Css Color HEX #3F1A12 Brown Pod

📋 copy color: '#3F1A12'

red 63 ◦ green 26 ◦ blue 18

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

Shades of Brown Pod #3F1A12

Tints of Brown Pod #3F1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 58.88%
G = 24.3%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F1A12 (or 0x3F1A12) is known color: Brown Pod. HEX triplet: 3F, 1A and 12. RGB value is (63,26,18). Sum of RGB (Red+Green+Blue) = 63+26+18=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A12 is #C0E5ED. Grayscale: #242424. Windows color (decimal): -12641774 or 1186367. OLE color: 1186367.

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

Color convert

RGB 63 26 18 -
CMYK 0 0.59 0.71 0.75
HSL 10.67º 0.56% 0.16% -
HSV(B) 10.67º 0.71% 0.25% -
XYZ 2.53 1.84 0.79 -
YUV 36.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 63 26 18 0 0.59 0.71 0.75 10.67 0.56 0.16
Hex 3F 1A 12 0 3B 47 4B B 38 10
Octal 77 32 22 0 73 107 113 13 70 20
Binary 111111 11010 10010 0 111011 1000111 1001011 1011 111000 10000

Color Harmonies of #3F1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1A12

Black with #3F1A12

Text Example


Text Example

White with #3F1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,26,18); }

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

background-color css

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

 a { background-color: rgb(63,26,18); }

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

border-color css

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

 span { border-color: rgb(63,26,18); }

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