Html Css Color HEX #381A07 Brown Pod

📋 copy color: '#381A07'

red 56 ◦ green 26 ◦ blue 7

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

Shades of Brown Pod #381A07

Tints of Brown Pod #381A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.87%

R = 62.92%
G = 29.21%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#381A07 (or 0x381A07) is known color: Brown Pod. HEX triplet: 38, 1A and 07. RGB value is (56,26,7). Sum of RGB (Red+Green+Blue) = 56+26+7=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A07 is #C7E5F8. Grayscale: #202020. Windows color (decimal): -13100537 or 465464. OLE color: 465464.

HSL color Cylindrical-coordinate representation of color #381A07: hue angle of 23.27º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381A07 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 26 7 -
CMYK 0 0.54 0.88 0.78
HSL 23.27º 0.78% 0.12% -
HSV(B) 23.27º 0.88% 0.22% -
XYZ 2.04 1.59 0.4 -
YUV 32.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 56 26 7 0 0.54 0.88 0.78 23.27 0.78 0.12
Hex 38 1A 7 0 36 58 4E 17 4E C
Octal 70 32 7 0 66 130 116 27 116 14
Binary 111000 11010 111 0 110110 1011000 1001110 10111 1001110 1100

Color Harmonies of #381A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A07

Black with #381A07

Text Example


Text Example

White with #381A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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