Html Css Color HEX #381404 Brown Pod

📋 copy color: '#381404'

red 56 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #381404

Tints of Brown Pod #381404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5%

R = 70%
G = 25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#381404 (or 0x381404) is known color: Brown Pod. HEX triplet: 38, 14 and 04. RGB value is (56,20,4). Sum of RGB (Red+Green+Blue) = 56+20+4=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #381404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381404 is #C7EBFB. Grayscale: #1D1D1D. Windows color (decimal): -13102076 or 267320. OLE color: 267320.

HSL color Cylindrical-coordinate representation of color #381404: hue angle of 18.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381404 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 4 -
CMYK 0 0.64 0.93 0.78
HSL 18.46º 0.87% 0.12% -
HSV(B) 18.46º 0.93% 0.22% -
XYZ 1.9 1.35 0.28 -
YUV 28.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 56 20 4 0 0.64 0.93 0.78 18.46 0.87 0.12
Hex 38 14 4 0 40 5D 4E 12 57 C
Octal 70 24 4 0 100 135 116 22 127 14
Binary 111000 10100 100 0 1000000 1011101 1001110 10010 1010111 1100

Color Harmonies of #381404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381404

Black with #381404

Text Example


Text Example

White with #381404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381404; }

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

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

background-color css

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

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

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

border-color css

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

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

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