Html Css Color HEX #3F1503 Brown Pod

📋 copy color: '#3F1503'

red 63 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #3F1503

Tints of Brown Pod #3F1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 72.41%
G = 24.14%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3F1503 (or 0x3F1503) is known color: Brown Pod. HEX triplet: 3F, 15 and 03. RGB value is (63,21,3). Sum of RGB (Red+Green+Blue) = 63+21+3=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1503 is #C0EAFC. Grayscale: #1F1F1F. Windows color (decimal): -12643069 or 202047. OLE color: 202047.

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

Color convert

RGB 63 21 3 -
CMYK 0 0.67 0.95 0.75
HSL 18º 0.91% 0.13% -
HSV(B) 18º 0.95% 0.25% -
XYZ 2.33 1.6 0.27 -
YUV 31.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 63 21 3 0 0.67 0.95 0.75 18 0.91 0.13
Hex 3F 15 3 0 43 5F 4B 12 5B D
Octal 77 25 3 0 103 137 113 22 133 15
Binary 111111 10101 11 0 1000011 1011111 1001011 10010 1011011 1101

Color Harmonies of #3F1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1503

Black with #3F1503

Text Example


Text Example

White with #3F1503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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