Html Css Color HEX #381E0C Brown Pod

📋 copy color: '#381E0C'

red 56 ◦ green 30 ◦ blue 12

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

Shades of Brown Pod #381E0C

Tints of Brown Pod #381E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.24%

R = 57.14%
G = 30.61%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#381E0C (or 0x381E0C) is known color: Brown Pod. HEX triplet: 38, 1E and 0C. RGB value is (56,30,12). Sum of RGB (Red+Green+Blue) = 56+30+12=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0C is #C7E1F3. Grayscale: #232323. Windows color (decimal): -13099508 or 794168. OLE color: 794168.

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

Color convert

RGB 56 30 12 -
CMYK 0 0.46 0.79 0.78
HSL 24.55º 0.65% 0.13% -
HSV(B) 24.55º 0.79% 0.22% -
XYZ 2.16 1.8 0.58 -
YUV 35.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 56 30 12 0 0.46 0.79 0.78 24.55 0.65 0.13
Hex 38 1E C 0 2E 4F 4E 19 41 D
Octal 70 36 14 0 56 117 116 31 101 15
Binary 111000 11110 1100 0 101110 1001111 1001110 11001 1000001 1101

Color Harmonies of #381E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E0C

Black with #381E0C

Text Example


Text Example

White with #381E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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