Html Css Color HEX #3F180D Brown Pod

📋 copy color: '#3F180D'

red 63 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #3F180D

Tints of Brown Pod #3F180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24%

 BLUE value IS 13 (5.47% from 255) = 13%

R = 63%
G = 24%
B = 13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F180D (or 0x3F180D) is known color: Brown Pod. HEX triplet: 3F, 18 and 0D. RGB value is (63,24,13). Sum of RGB (Red+Green+Blue) = 63+24+13=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F180D is #C0E7F2. Grayscale: #222222. Windows color (decimal): -12642291 or 858175. OLE color: 858175.

HSL color Cylindrical-coordinate representation of color #3F180D: hue angle of 13.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F180D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 24 13 -
CMYK 0 0.62 0.79 0.75
HSL 13.2º 0.66% 0.15% -
HSV(B) 13.2º 0.79% 0.25% -
XYZ 2.45 1.74 0.59 -
YUV 34.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 63 24 13 0 0.62 0.79 0.75 13.2 0.66 0.15
Hex 3F 18 D 0 3E 4F 4B D 42 F
Octal 77 30 15 0 76 117 113 15 102 17
Binary 111111 11000 1101 0 111110 1001111 1001011 1101 1000010 1111

Color Harmonies of #3F180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F180D

Black with #3F180D

Text Example


Text Example

White with #3F180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,24,13); }

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

background-color css

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

 a { background-color: rgb(63,24,13); }

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

border-color css

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

 span { border-color: rgb(63,24,13); }

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