Html Css Color HEX #381401 Brown Pod

📋 copy color: '#381401'

red 56 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #381401

Tints of Brown Pod #381401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 72.73%
G = 25.97%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381401 (or 0x381401) is known color: Brown Pod. HEX triplet: 38, 14 and 01. RGB value is (56,20,1). Sum of RGB (Red+Green+Blue) = 56+20+1=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381401 is #C7EBFE. Grayscale: #1C1C1C. Windows color (decimal): -13102079 or 70712. OLE color: 70712.

HSL color Cylindrical-coordinate representation of color #381401: hue angle of 20.73º 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 #381401 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 1 -
CMYK 0 0.64 0.98 0.78
HSL 20.73º 0.96% 0.11% -
HSV(B) 20.73º 0.98% 0.22% -
XYZ 1.89 1.34 0.19 -
YUV 28.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 56 20 1 0 0.64 0.98 0.78 20.73 0.96 0.11
Hex 38 14 1 0 40 62 4E 15 60 B
Octal 70 24 1 0 100 142 116 25 140 13
Binary 111000 10100 1 0 1000000 1100010 1001110 10101 1100000 1011

Color Harmonies of #381401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381401

Black with #381401

Text Example


Text Example

White with #381401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381401; }

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

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

background-color css

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

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

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

border-color css

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

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

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