Html Css Color HEX #381A0A Brown Pod

📋 copy color: '#381A0A'

red 56 ◦ green 26 ◦ blue 10

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

Shades of Brown Pod #381A0A

Tints of Brown Pod #381A0A

RGB

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

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

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

R = 60.87%
G = 28.26%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#381A0A (or 0x381A0A) is known color: Brown Pod. HEX triplet: 38, 1A and 0A. RGB value is (56,26,10). Sum of RGB (Red+Green+Blue) = 56+26+10=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A0A is #C7E5F5. Grayscale: #212121. Windows color (decimal): -13100534 or 662072. OLE color: 662072.

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

Color convert

RGB 56 26 10 -
CMYK 0 0.54 0.82 0.78
HSL 20.87º 0.7% 0.13% -
HSV(B) 20.87º 0.82% 0.22% -
XYZ 2.06 1.6 0.49 -
YUV 33.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 56 26 10 0 0.54 0.82 0.78 20.87 0.7 0.13
Hex 38 1A A 0 36 52 4E 15 46 D
Octal 70 32 12 0 66 122 116 25 106 15
Binary 111000 11010 1010 0 110110 1010010 1001110 10101 1000110 1101

Color Harmonies of #381A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A0A

Black with #381A0A

Text Example


Text Example

White with #381A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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