Html Css Color HEX #382117 Brown Pod

📋 copy color: '#382117'

red 56 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #382117

Tints of Brown Pod #382117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 50%
G = 29.46%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382117 (or 0x382117) is known color: Brown Pod. HEX triplet: 38, 21 and 17. RGB value is (56,33,23). Sum of RGB (Red+Green+Blue) = 56+33+23=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382117 is #C7DEE8. Grayscale: #262626. Windows color (decimal): -13098729 or 1515832. OLE color: 1515832.

HSL color Cylindrical-coordinate representation of color #382117: hue angle of 18.18º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #382117 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 23 -
CMYK 0 0.41 0.59 0.78
HSL 18.18º 0.42% 0.15% -
HSV(B) 18.18º 0.59% 0.22% -
XYZ 2.33 1.99 1.07 -
YUV 38.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 56 33 23 0 0.41 0.59 0.78 18.18 0.42 0.15
Hex 38 21 17 0 29 3B 4E 12 2A F
Octal 70 41 27 0 51 73 116 22 52 17
Binary 111000 100001 10111 0 101001 111011 1001110 10010 101010 1111

Color Harmonies of #382117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382117

Black with #382117

Text Example


Text Example

White with #382117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382117; }

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

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

background-color css

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

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

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

border-color css

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

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

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