Html Css Color HEX #381906 Brown Pod

📋 copy color: '#381906'

red 56 ◦ green 25 ◦ blue 6

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

Shades of Brown Pod #381906

Tints of Brown Pod #381906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.9%

R = 64.37%
G = 28.74%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#381906 (or 0x381906) is known color: Brown Pod. HEX triplet: 38, 19 and 06. RGB value is (56,25,6). Sum of RGB (Red+Green+Blue) = 56+25+6=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381906 is #C7E6F9. Grayscale: #202020. Windows color (decimal): -13100794 or 399672. OLE color: 399672.

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

Color convert

RGB 56 25 6 -
CMYK 0 0.55 0.89 0.78
HSL 22.8º 0.81% 0.12% -
HSV(B) 22.8º 0.89% 0.22% -
XYZ 2.01 1.55 0.37 -
YUV 32.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 56 25 6 0 0.55 0.89 0.78 22.8 0.81 0.12
Hex 38 19 6 0 37 59 4E 17 51 C
Octal 70 31 6 0 67 131 116 27 121 14
Binary 111000 11001 110 0 110111 1011001 1001110 10111 1010001 1100

Color Harmonies of #381906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381906

Black with #381906

Text Example


Text Example

White with #381906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381906; }

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

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

background-color css

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

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

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

border-color css

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

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

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