Html Css Color HEX #382112 Brown Pod

📋 copy color: '#382112'

red 56 ◦ green 33 ◦ blue 18

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

Shades of Brown Pod #382112

Tints of Brown Pod #382112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 52.34%
G = 30.84%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382112 (or 0x382112) is known color: Brown Pod. HEX triplet: 38, 21 and 12. RGB value is (56,33,18). Sum of RGB (Red+Green+Blue) = 56+33+18=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382112 is #C7DEED. Grayscale: #262626. Windows color (decimal): -13098734 or 1188152. OLE color: 1188152.

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

Color convert

RGB 56 33 18 -
CMYK 0 0.41 0.68 0.78
HSL 23.68º 0.51% 0.15% -
HSV(B) 23.68º 0.68% 0.22% -
XYZ 2.28 1.97 0.83 -
YUV 38.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 56 33 18 0 0.41 0.68 0.78 23.68 0.51 0.15
Hex 38 21 12 0 29 44 4E 18 33 F
Octal 70 41 22 0 51 104 116 30 63 17
Binary 111000 100001 10010 0 101001 1000100 1001110 11000 110011 1111

Color Harmonies of #382112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382112

Black with #382112

Text Example


Text Example

White with #382112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382112; }

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

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

background-color css

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

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

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

border-color css

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

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

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