Html Css Color HEX #38190B Brown Pod

📋 copy color: '#38190B'

red 56 ◦ green 25 ◦ blue 11

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

Shades of Brown Pod #38190B

Tints of Brown Pod #38190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 60.87%
G = 27.17%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38190B (or 0x38190B) is known color: Brown Pod. HEX triplet: 38, 19 and 0B. RGB value is (56,25,11). Sum of RGB (Red+Green+Blue) = 56+25+11=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190B is #C7E6F4. Grayscale: #202020. Windows color (decimal): -13100789 or 727352. OLE color: 727352.

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

Color convert

RGB 56 25 11 -
CMYK 0 0.55 0.80 0.78
HSL 18.67º 0.67% 0.13% -
HSV(B) 18.67º 0.8% 0.22% -
XYZ 2.04 1.56 0.51 -
YUV 32.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 56 25 11 0 0.55 0.80 0.78 18.67 0.67 0.13
Hex 38 19 B 0 37 50 4E 13 43 D
Octal 70 31 13 0 67 120 116 23 103 15
Binary 111000 11001 1011 0 110111 1010000 1001110 10011 1000011 1101

Color Harmonies of #38190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38190B

Black with #38190B

Text Example


Text Example

White with #38190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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