Html Css Color HEX #382217 Brown Pod

📋 copy color: '#382217'

red 56 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #382217

Tints of Brown Pod #382217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.09%

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

R = 49.56%
G = 30.09%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382217 (or 0x382217) is known color: Brown Pod. HEX triplet: 38, 22 and 17. RGB value is (56,34,23). Sum of RGB (Red+Green+Blue) = 56+34+23=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382217 is #C7DDE8. Grayscale: #272727. Windows color (decimal): -13098473 or 1516088. OLE color: 1516088.

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

Color convert

RGB 56 34 23 -
CMYK 0 0.39 0.59 0.78
HSL 20º 0.42% 0.15% -
HSV(B) 20º 0.59% 0.22% -
XYZ 2.36 2.05 1.08 -
YUV 39.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 56 34 23 0 0.39 0.59 0.78 20 0.42 0.15
Hex 38 22 17 0 27 3B 4E 14 2A F
Octal 70 42 27 0 47 73 116 24 52 17
Binary 111000 100010 10111 0 100111 111011 1001110 10100 101010 1111

Color Harmonies of #382217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382217

Black with #382217

Text Example


Text Example

White with #382217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382217; }

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

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

background-color css

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

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

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

border-color css

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

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

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