Html Css Color HEX #38190D Brown Pod

📋 copy color: '#38190D'

red 56 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #38190D

Tints of Brown Pod #38190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 59.57%
G = 26.6%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38190D (or 0x38190D) is known color: Brown Pod. HEX triplet: 38, 19 and 0D. RGB value is (56,25,13). Sum of RGB (Red+Green+Blue) = 56+25+13=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #38190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190D is #C7E6F2. Grayscale: #202020. Windows color (decimal): -13100787 or 858424. OLE color: 858424.

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

Color convert

RGB 56 25 13 -
CMYK 0 0.55 0.77 0.78
HSL 16.74º 0.62% 0.14% -
HSV(B) 16.74º 0.77% 0.22% -
XYZ 2.05 1.57 0.57 -
YUV 32.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 56 25 13 0 0.55 0.77 0.78 16.74 0.62 0.14
Hex 38 19 D 0 37 4D 4E 11 3E E
Octal 70 31 15 0 67 115 116 21 76 16
Binary 111000 11001 1101 0 110111 1001101 1001110 10001 111110 1110

Color Harmonies of #38190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38190D

Black with #38190D

Text Example


Text Example

White with #38190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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