Html Css Color HEX #382113 Brown Pod

📋 copy color: '#382113'

red 56 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #382113

Tints of Brown Pod #382113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.56%

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

R = 51.85%
G = 30.56%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382113 (or 0x382113) is known color: Brown Pod. HEX triplet: 38, 21 and 13. RGB value is (56,33,19). Sum of RGB (Red+Green+Blue) = 56+33+19=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382113 is #C7DEEC. Grayscale: #262626. Windows color (decimal): -13098733 or 1253688. OLE color: 1253688.

HSL color Cylindrical-coordinate representation of color #382113: hue angle of 22.7º 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 #382113 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 19 -
CMYK 0 0.41 0.66 0.78
HSL 22.7º 0.49% 0.15% -
HSV(B) 22.7º 0.66% 0.22% -
XYZ 2.29 1.98 0.88 -
YUV 38.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 56 33 19 0 0.41 0.66 0.78 22.7 0.49 0.15
Hex 38 21 13 0 29 42 4E 17 31 F
Octal 70 41 23 0 51 102 116 27 61 17
Binary 111000 100001 10011 0 101001 1000010 1001110 10111 110001 1111

Color Harmonies of #382113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382113

Black with #382113

Text Example


Text Example

White with #382113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382113; }

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

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

background-color css

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

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

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

border-color css

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

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

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