Html Css Color HEX #381B13 Brown Pod

📋 copy color: '#381B13'

red 56 ◦ green 27 ◦ blue 19

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

Shades of Brown Pod #381B13

Tints of Brown Pod #381B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.47%

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 54.9%
G = 26.47%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#381B13 (or 0x381B13) is known color: Brown Pod. HEX triplet: 38, 1B and 13. RGB value is (56,27,19). Sum of RGB (Red+Green+Blue) = 56+27+19=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B13 is #C7E4EC. Grayscale: #222222. Windows color (decimal): -13100269 or 1252152. OLE color: 1252152.

HSL color Cylindrical-coordinate representation of color #381B13: hue angle of 12.97º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381B13 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 19 -
CMYK 0 0.52 0.66 0.78
HSL 12.97º 0.49% 0.15% -
HSV(B) 12.97º 0.66% 0.22% -
XYZ 2.14 1.67 0.83 -
YUV 34.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 56 27 19 0 0.52 0.66 0.78 12.97 0.49 0.15
Hex 38 1B 13 0 34 42 4E D 31 F
Octal 70 33 23 0 64 102 116 15 61 17
Binary 111000 11011 10011 0 110100 1000010 1001110 1101 110001 1111

Color Harmonies of #381B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B13

Black with #381B13

Text Example


Text Example

White with #381B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,19); }

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

background-color css

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

 a { background-color: rgb(56,27,19); }

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

border-color css

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

 span { border-color: rgb(56,27,19); }

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