Html Css Color HEX #381D0A Brown Pod

📋 copy color: '#381D0A'

red 56 ◦ green 29 ◦ blue 10

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

Shades of Brown Pod #381D0A

Tints of Brown Pod #381D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 58.95%
G = 30.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#381D0A (or 0x381D0A) is known color: Brown Pod. HEX triplet: 38, 1D and 0A. RGB value is (56,29,10). Sum of RGB (Red+Green+Blue) = 56+29+10=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D0A is #C7E2F5. Grayscale: #232323. Windows color (decimal): -13099766 or 662840. OLE color: 662840.

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

Color convert

RGB 56 29 10 -
CMYK 0 0.48 0.82 0.78
HSL 24.78º 0.7% 0.13% -
HSV(B) 24.78º 0.82% 0.22% -
XYZ 2.13 1.74 0.51 -
YUV 34.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 56 29 10 0 0.48 0.82 0.78 24.78 0.7 0.13
Hex 38 1D A 0 30 52 4E 19 46 D
Octal 70 35 12 0 60 122 116 31 106 15
Binary 111000 11101 1010 0 110000 1010010 1001110 11001 1000110 1101

Color Harmonies of #381D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D0A

Black with #381D0A

Text Example


Text Example

White with #381D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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