Html Css Color HEX #3F1B01 Brown Pod

📋 copy color: '#3F1B01'

red 63 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #3F1B01

Tints of Brown Pod #3F1B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.67%

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 69.23%
G = 29.67%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F1B01 (or 0x3F1B01) is known color: Brown Pod. HEX triplet: 3F, 1B and 01. RGB value is (63,27,1). Sum of RGB (Red+Green+Blue) = 63+27+1=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1B01 is #C0E4FE. Grayscale: #222222. Windows color (decimal): -12641535 or 72511. OLE color: 72511.

HSL color Cylindrical-coordinate representation of color #3F1B01: hue angle of 25.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F1B01 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 27 1 -
CMYK 0 0.57 0.98 0.75
HSL 25.16º 0.97% 0.13% -
HSV(B) 25.16º 0.98% 0.25% -
XYZ 2.45 1.84 0.26 -
YUV 34.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 63 27 1 0 0.57 0.98 0.75 25.16 0.97 0.13
Hex 3F 1B 1 0 39 62 4B 19 61 D
Octal 77 33 1 0 71 142 113 31 141 15
Binary 111111 11011 1 0 111001 1100010 1001011 11001 1100001 1101

Color Harmonies of #3F1B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1B01

Black with #3F1B01

Text Example


Text Example

White with #3F1B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,27,1); }

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

background-color css

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

 a { background-color: rgb(63,27,1); }

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

border-color css

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

 span { border-color: rgb(63,27,1); }

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