Html Css Color HEX #381904 Brown Pod

📋 copy color: '#381904'

red 56 ◦ green 25 ◦ blue 4

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

Shades of Brown Pod #381904

Tints of Brown Pod #381904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.41%

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

R = 65.88%
G = 29.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#381904 (or 0x381904) is known color: Brown Pod. HEX triplet: 38, 19 and 04. RGB value is (56,25,4). Sum of RGB (Red+Green+Blue) = 56+25+4=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381904 is #C7E6FB. Grayscale: #1F1F1F. Windows color (decimal): -13100796 or 268600. OLE color: 268600.

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

Color convert

RGB 56 25 4 -
CMYK 0 0.55 0.93 0.78
HSL 24.23º 0.87% 0.12% -
HSV(B) 24.23º 0.93% 0.22% -
XYZ 2 1.54 0.31 -
YUV 31.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 56 25 4 0 0.55 0.93 0.78 24.23 0.87 0.12
Hex 38 19 4 0 37 5D 4E 18 57 C
Octal 70 31 4 0 67 135 116 30 127 14
Binary 111000 11001 100 0 110111 1011101 1001110 11000 1010111 1100

Color Harmonies of #381904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381904

Black with #381904

Text Example


Text Example

White with #381904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381904; }

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

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

background-color css

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

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

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

border-color css

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

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

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