Html Css Color HEX #381E1B Brown Pod

📋 copy color: '#381E1B'

red 56 ◦ green 30 ◦ blue 27

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

Shades of Brown Pod #381E1B

Tints of Brown Pod #381E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 49.56%
G = 26.55%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#381E1B (or 0x381E1B) is known color: Brown Pod. HEX triplet: 38, 1E and 1B. RGB value is (56,30,27). Sum of RGB (Red+Green+Blue) = 56+30+27=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1B is #C7E1E4. Grayscale: #252525. Windows color (decimal): -13099493 or 1777208. OLE color: 1777208.

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

Color convert

RGB 56 30 27 -
CMYK 0 0.46 0.52 0.78
HSL 6.21º 0.35% 0.16% -
HSV(B) 6.21º 0.52% 0.22% -
XYZ 2.29 1.85 1.27 -
YUV 37.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 56 30 27 0 0.46 0.52 0.78 6.21 0.35 0.16
Hex 38 1E 1B 0 2E 34 4E 6 23 10
Octal 70 36 33 0 56 64 116 6 43 20
Binary 111000 11110 11011 0 101110 110100 1001110 110 100011 10000

Color Harmonies of #381E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E1B

Black with #381E1B

Text Example


Text Example

White with #381E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,27); }

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

background-color css

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

 a { background-color: rgb(56,30,27); }

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

border-color css

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

 span { border-color: rgb(56,30,27); }

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