Html Css Color HEX #382017 Brown Pod

📋 copy color: '#382017'

red 56 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #382017

Tints of Brown Pod #382017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

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

R = 50.45%
G = 28.83%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382017 (or 0x382017) is known color: Brown Pod. HEX triplet: 38, 20 and 17. RGB value is (56,32,23). Sum of RGB (Red+Green+Blue) = 56+32+23=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382017 is #C7DFE8. Grayscale: #262626. Windows color (decimal): -13098985 or 1515576. OLE color: 1515576.

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

Color convert

RGB 56 32 23 -
CMYK 0 0.43 0.59 0.78
HSL 16.36º 0.42% 0.15% -
HSV(B) 16.36º 0.59% 0.22% -
XYZ 2.3 1.94 1.06 -
YUV 38.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 56 32 23 0 0.43 0.59 0.78 16.36 0.42 0.15
Hex 38 20 17 0 2B 3B 4E 10 2A F
Octal 70 40 27 0 53 73 116 20 52 17
Binary 111000 100000 10111 0 101011 111011 1001110 10000 101010 1111

Color Harmonies of #382017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382017

Black with #382017

Text Example


Text Example

White with #382017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382017; }

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

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

background-color css

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

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

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

border-color css

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

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

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