Html Css Color HEX #381E0F Brown Pod

📋 copy color: '#381E0F'

red 56 ◦ green 30 ◦ blue 15

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

Shades of Brown Pod #381E0F

Tints of Brown Pod #381E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 55.45%
G = 29.7%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#381E0F (or 0x381E0F) is known color: Brown Pod. HEX triplet: 38, 1E and 0F. RGB value is (56,30,15). Sum of RGB (Red+Green+Blue) = 56+30+15=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0F is #C7E1F0. Grayscale: #242424. Windows color (decimal): -13099505 or 990776. OLE color: 990776.

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

Color convert

RGB 56 30 15 -
CMYK 0 0.46 0.73 0.78
HSL 21.95º 0.58% 0.14% -
HSV(B) 21.95º 0.73% 0.22% -
XYZ 2.18 1.8 0.69 -
YUV 36.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 56 30 15 0 0.46 0.73 0.78 21.95 0.58 0.14
Hex 38 1E F 0 2E 49 4E 16 3A E
Octal 70 36 17 0 56 111 116 26 72 16
Binary 111000 11110 1111 0 101110 1001001 1001110 10110 111010 1110

Color Harmonies of #381E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E0F

Black with #381E0F

Text Example


Text Example

White with #381E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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