Html Css Color HEX #381B0E Brown Pod

📋 copy color: '#381B0E'

red 56 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #381B0E

Tints of Brown Pod #381B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.84%

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 57.73%
G = 27.84%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#381B0E (or 0x381B0E) is known color: Brown Pod. HEX triplet: 38, 1B and 0E. RGB value is (56,27,14). Sum of RGB (Red+Green+Blue) = 56+27+14=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B0E is #C7E4F1. Grayscale: #222222. Windows color (decimal): -13100274 or 924472. OLE color: 924472.

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

Color convert

RGB 56 27 14 -
CMYK 0 0.52 0.75 0.78
HSL 18.57º 0.6% 0.14% -
HSV(B) 18.57º 0.75% 0.22% -
XYZ 2.1 1.66 0.62 -
YUV 34.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 56 27 14 0 0.52 0.75 0.78 18.57 0.6 0.14
Hex 38 1B E 0 34 4B 4E 13 3C E
Octal 70 33 16 0 64 113 116 23 74 16
Binary 111000 11011 1110 0 110100 1001011 1001110 10011 111100 1110

Color Harmonies of #381B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B0E

Black with #381B0E

Text Example


Text Example

White with #381B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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