Html Css Color HEX #38190C Brown Pod

📋 copy color: '#38190C'

red 56 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #38190C

Tints of Brown Pod #38190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 60.22%
G = 26.88%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38190C (or 0x38190C) is known color: Brown Pod. HEX triplet: 38, 19 and 0C. RGB value is (56,25,12). Sum of RGB (Red+Green+Blue) = 56+25+12=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190C is #C7E6F3. Grayscale: #202020. Windows color (decimal): -13100788 or 792888. OLE color: 792888.

HSL color Cylindrical-coordinate representation of color #38190C: hue angle of 17.73º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38190C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 25 12 -
CMYK 0 0.55 0.79 0.78
HSL 17.73º 0.65% 0.13% -
HSV(B) 17.73º 0.79% 0.22% -
XYZ 2.04 1.56 0.54 -
YUV 32.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 56 25 12 0 0.55 0.79 0.78 17.73 0.65 0.13
Hex 38 19 C 0 37 4F 4E 12 41 D
Octal 70 31 14 0 67 117 116 22 101 15
Binary 111000 11001 1100 0 110111 1001111 1001110 10010 1000001 1101

Color Harmonies of #38190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38190C

Black with #38190C

Text Example


Text Example

White with #38190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38190C; }

 p { color: rgb(56,25,12); }

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

background-color css

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

 a { background-color: rgb(56,25,12); }

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

border-color css

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

 span { border-color: rgb(56,25,12); }

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