Html Css Color HEX #381A0F Brown Pod

📋 copy color: '#381A0F'

red 56 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #381A0F

Tints of Brown Pod #381A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 57.73%
G = 26.8%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#381A0F (or 0x381A0F) is known color: Brown Pod. HEX triplet: 38, 1A and 0F. RGB value is (56,26,15). Sum of RGB (Red+Green+Blue) = 56+26+15=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A0F is #C7E5F0. Grayscale: #212121. Windows color (decimal): -13100529 or 989752. OLE color: 989752.

HSL color Cylindrical-coordinate representation of color #381A0F: hue angle of 16.1º 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 #381A0F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 26 15 -
CMYK 0 0.54 0.73 0.78
HSL 16.1º 0.58% 0.14% -
HSV(B) 16.1º 0.73% 0.22% -
XYZ 2.09 1.61 0.65 -
YUV 33.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 56 26 15 0 0.54 0.73 0.78 16.1 0.58 0.14
Hex 38 1A F 0 36 49 4E 10 3A E
Octal 70 32 17 0 66 111 116 20 72 16
Binary 111000 11010 1111 0 110110 1001001 1001110 10000 111010 1110

Color Harmonies of #381A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A0F

Black with #381A0F

Text Example


Text Example

White with #381A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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