Html Css Color HEX #381501 Brown Pod

📋 copy color: '#381501'

red 56 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #381501

Tints of Brown Pod #381501

RGB

 RED value IS 56 (22.27% from 255) = 71.79%

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

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

R = 71.79%
G = 26.92%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381501 (or 0x381501) is known color: Brown Pod. HEX triplet: 38, 15 and 01. RGB value is (56,21,1). Sum of RGB (Red+Green+Blue) = 56+21+1=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381501 is #C7EAFE. Grayscale: #1D1D1D. Windows color (decimal): -13101823 or 70968. OLE color: 70968.

HSL color Cylindrical-coordinate representation of color #381501: hue angle of 21.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #381501 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 1 -
CMYK 0 0.63 0.98 0.78
HSL 21.82º 0.96% 0.11% -
HSV(B) 21.82º 0.98% 0.22% -
XYZ 1.9 1.38 0.19 -
YUV 29.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 56 21 1 0 0.63 0.98 0.78 21.82 0.96 0.11
Hex 38 15 1 0 3F 62 4E 16 60 B
Octal 70 25 1 0 77 142 116 26 140 13
Binary 111000 10101 1 0 111111 1100010 1001110 10110 1100000 1011

Color Harmonies of #381501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381501

Black with #381501

Text Example


Text Example

White with #381501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381501; }

 p { color: rgb(56,21,1); }

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

background-color css

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

 a { background-color: rgb(56,21,1); }

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

border-color css

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

 span { border-color: rgb(56,21,1); }

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