Html Css Color HEX #381D0C Brown Pod

📋 copy color: '#381D0C'

red 56 ◦ green 29 ◦ blue 12

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

Shades of Brown Pod #381D0C

Tints of Brown Pod #381D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 57.73%
G = 29.9%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#381D0C (or 0x381D0C) is known color: Brown Pod. HEX triplet: 38, 1D and 0C. RGB value is (56,29,12). Sum of RGB (Red+Green+Blue) = 56+29+12=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0C is #C7E2F3. Grayscale: #232323. Windows color (decimal): -13099764 or 793912. OLE color: 793912.

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

Color convert

RGB 56 29 12 -
CMYK 0 0.48 0.79 0.78
HSL 23.18º 0.65% 0.13% -
HSV(B) 23.18º 0.79% 0.22% -
XYZ 2.14 1.75 0.57 -
YUV 35.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 56 29 12 0 0.48 0.79 0.78 23.18 0.65 0.13
Hex 38 1D C 0 30 4F 4E 17 41 D
Octal 70 35 14 0 60 117 116 27 101 15
Binary 111000 11101 1100 0 110000 1001111 1001110 10111 1000001 1101

Color Harmonies of #381D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D0C

Black with #381D0C

Text Example


Text Example

White with #381D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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