Html Css Color HEX #38170A Brown Pod

📋 copy color: '#38170A'

red 56 ◦ green 23 ◦ blue 10

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

Shades of Brown Pod #38170A

Tints of Brown Pod #38170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.84%

 BLUE value IS 10 (4.3% from 255) = 11.24%

R = 62.92%
G = 25.84%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38170A (or 0x38170A) is known color: Brown Pod. HEX triplet: 38, 17 and 0A. RGB value is (56,23,10). Sum of RGB (Red+Green+Blue) = 56+23+10=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170A is #C7E8F5. Grayscale: #1F1F1F. Windows color (decimal): -13101302 or 661304. OLE color: 661304.

HSL color Cylindrical-coordinate representation of color #38170A: hue angle of 16.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38170A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 10 -
CMYK 0 0.59 0.82 0.78
HSL 16.96º 0.7% 0.13% -
HSV(B) 16.96º 0.82% 0.22% -
XYZ 1.99 1.48 0.47 -
YUV 31.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 56 23 10 0 0.59 0.82 0.78 16.96 0.7 0.13
Hex 38 17 A 0 3B 52 4E 11 46 D
Octal 70 27 12 0 73 122 116 21 106 15
Binary 111000 10111 1010 0 111011 1010010 1001110 10001 1000110 1101

Color Harmonies of #38170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38170A

Black with #38170A

Text Example


Text Example

White with #38170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38170A; }

 p { color: rgb(56,23,10); }

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

background-color css

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

 a { background-color: rgb(56,23,10); }

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

border-color css

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

 span { border-color: rgb(56,23,10); }

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