Html Css Color HEX #382018 Brown Pod

📋 copy color: '#382018'

red 56 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #382018

Tints of Brown Pod #382018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382018 (or 0x382018) is known color: Brown Pod. HEX triplet: 38, 20 and 18. RGB value is (56,32,24). Sum of RGB (Red+Green+Blue) = 56+32+24=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382018 is #C7DFE7. Grayscale: #262626. Windows color (decimal): -13098984 or 1581112. OLE color: 1581112.

HSL color Cylindrical-coordinate representation of color #382018: hue angle of 15º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382018 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 24 -
CMYK 0 0.43 0.57 0.78
HSL 15º 0.4% 0.16% -
HSV(B) 15º 0.57% 0.22% -
XYZ 2.31 1.94 1.12 -
YUV 38.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 56 32 24 0 0.43 0.57 0.78 15 0.4 0.16
Hex 38 20 18 0 2B 39 4E F 28 10
Octal 70 40 30 0 53 71 116 17 50 20
Binary 111000 100000 11000 0 101011 111001 1001110 1111 101000 10000

Color Harmonies of #382018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382018

Black with #382018

Text Example


Text Example

White with #382018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382018; }

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

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

background-color css

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

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

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

border-color css

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

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

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