Html Css Color HEX #381606 Brown Pod

📋 copy color: '#381606'

red 56 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #381606

Tints of Brown Pod #381606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

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

R = 66.67%
G = 26.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#381606 (or 0x381606) is known color: Brown Pod. HEX triplet: 38, 16 and 06. RGB value is (56,22,6). Sum of RGB (Red+Green+Blue) = 56+22+6=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381606 is #C7E9F9. Grayscale: #1E1E1E. Windows color (decimal): -13101562 or 398904. OLE color: 398904.

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

Color convert

RGB 56 22 6 -
CMYK 0 0.61 0.89 0.78
HSL 19.2º 0.81% 0.12% -
HSV(B) 19.2º 0.89% 0.22% -
XYZ 1.95 1.43 0.35 -
YUV 30.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 56 22 6 0 0.61 0.89 0.78 19.2 0.81 0.12
Hex 38 16 6 0 3D 59 4E 13 51 C
Octal 70 26 6 0 75 131 116 23 121 14
Binary 111000 10110 110 0 111101 1011001 1001110 10011 1010001 1100

Color Harmonies of #381606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381606

Black with #381606

Text Example


Text Example

White with #381606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381606; }

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

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

background-color css

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

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

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

border-color css

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

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

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