Html Css Color HEX #381F10 Brown Pod

📋 copy color: '#381F10'

red 56 ◦ green 31 ◦ blue 16

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

Shades of Brown Pod #381F10

Tints of Brown Pod #381F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 54.37%
G = 30.1%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381F10 (or 0x381F10) is known color: Brown Pod. HEX triplet: 38, 1F and 10. RGB value is (56,31,16). Sum of RGB (Red+Green+Blue) = 56+31+16=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F10 is #C7E0EF. Grayscale: #242424. Windows color (decimal): -13099248 or 1056568. OLE color: 1056568.

HSL color Cylindrical-coordinate representation of color #381F10: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381F10 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 16 -
CMYK 0 0.45 0.71 0.78
HSL 22.5º 0.56% 0.14% -
HSV(B) 22.5º 0.71% 0.22% -
XYZ 2.21 1.86 0.73 -
YUV 36.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 56 31 16 0 0.45 0.71 0.78 22.5 0.56 0.14
Hex 38 1F 10 0 2D 47 4E 16 38 E
Octal 70 37 20 0 55 107 116 26 70 16
Binary 111000 11111 10000 0 101101 1000111 1001110 10110 111000 1110

Color Harmonies of #381F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F10

Black with #381F10

Text Example


Text Example

White with #381F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F10; }

 p { color: rgb(56,31,16); }

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

background-color css

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

 a { background-color: rgb(56,31,16); }

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

border-color css

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

 span { border-color: rgb(56,31,16); }

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