Html Css Color HEX #382218 Brown Pod

📋 copy color: '#382218'

red 56 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #382218

Tints of Brown Pod #382218

RGB

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

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

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

R = 49.12%
G = 29.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382218 (or 0x382218) is known color: Brown Pod. HEX triplet: 38, 22 and 18. RGB value is (56,34,24). Sum of RGB (Red+Green+Blue) = 56+34+24=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382218 is #C7DDE7. Grayscale: #272727. Windows color (decimal): -13098472 or 1581624. OLE color: 1581624.

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

Color convert

RGB 56 34 24 -
CMYK 0 0.39 0.57 0.78
HSL 18.75º 0.4% 0.16% -
HSV(B) 18.75º 0.57% 0.22% -
XYZ 2.37 2.05 1.14 -
YUV 39.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 56 34 24 0 0.39 0.57 0.78 18.75 0.4 0.16
Hex 38 22 18 0 27 39 4E 13 28 10
Octal 70 42 30 0 47 71 116 23 50 20
Binary 111000 100010 11000 0 100111 111001 1001110 10011 101000 10000

Color Harmonies of #382218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382218

Black with #382218

Text Example


Text Example

White with #382218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382218; }

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

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

background-color css

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

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

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

border-color css

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

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

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