Html Css Color HEX #3F251A Brown Pod

📋 copy color: '#3F251A'

red 63 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #3F251A

Tints of Brown Pod #3F251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 50%
G = 29.37%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3F251A (or 0x3F251A) is known color: Brown Pod. HEX triplet: 3F, 25 and 1A. RGB value is (63,37,26). Sum of RGB (Red+Green+Blue) = 63+37+26=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F251A is #C0DAE5. Grayscale: #2B2B2B. Windows color (decimal): -12638950 or 1713471. OLE color: 1713471.

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

Color convert

RGB 63 37 26 -
CMYK 0 0.41 0.59 0.75
HSL 17.84º 0.42% 0.17% -
HSV(B) 17.84º 0.59% 0.25% -
XYZ 2.9 2.45 1.3 -
YUV 43.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 63 37 26 0 0.41 0.59 0.75 17.84 0.42 0.17
Hex 3F 25 1A 0 29 3B 4B 12 2A 11
Octal 77 45 32 0 51 73 113 22 52 21
Binary 111111 100101 11010 0 101001 111011 1001011 10010 101010 10001

Color Harmonies of #3F251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F251A

Black with #3F251A

Text Example


Text Example

White with #3F251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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