Html Css Color HEX #381F1A Brown Pod

📋 copy color: '#381F1A'

red 56 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #381F1A

Tints of Brown Pod #381F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 49.56%
G = 27.43%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#381F1A (or 0x381F1A) is known color: Brown Pod. HEX triplet: 38, 1F and 1A. RGB value is (56,31,26). Sum of RGB (Red+Green+Blue) = 56+31+26=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1A is #C7E0E5. Grayscale: #252525. Windows color (decimal): -13099238 or 1711928. OLE color: 1711928.

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

Color convert

RGB 56 31 26 -
CMYK 0 0.45 0.54 0.78
HSL 10º 0.37% 0.16% -
HSV(B) 10º 0.54% 0.22% -
XYZ 2.31 1.9 1.22 -
YUV 37.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 56 31 26 0 0.45 0.54 0.78 10 0.37 0.16
Hex 38 1F 1A 0 2D 36 4E A 25 10
Octal 70 37 32 0 55 66 116 12 45 20
Binary 111000 11111 11010 0 101101 110110 1001110 1010 100101 10000

Color Harmonies of #381F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F1A

Black with #381F1A

Text Example


Text Example

White with #381F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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