Html Css Color HEX #38221A Brown Pod

📋 copy color: '#38221A'

red 56 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #38221A

Tints of Brown Pod #38221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

 BLUE value IS 26 (10.55% from 255) = 22.41%

R = 48.28%
G = 29.31%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38221A (or 0x38221A) is known color: Brown Pod. HEX triplet: 38, 22 and 1A. RGB value is (56,34,26). Sum of RGB (Red+Green+Blue) = 56+34+26=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221A is #C7DDE5. Grayscale: #272727. Windows color (decimal): -13098470 or 1712696. OLE color: 1712696.

HSL color Cylindrical-coordinate representation of color #38221A: hue angle of 16º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38221A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 26 -
CMYK 0 0.39 0.54 0.78
HSL 16º 0.37% 0.16% -
HSV(B) 16º 0.54% 0.22% -
XYZ 2.39 2.06 1.25 -
YUV 39.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 56 34 26 0 0.39 0.54 0.78 16 0.37 0.16
Hex 38 22 1A 0 27 36 4E 10 25 10
Octal 70 42 32 0 47 66 116 20 45 20
Binary 111000 100010 11010 0 100111 110110 1001110 10000 100101 10000

Color Harmonies of #38221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38221A

Black with #38221A

Text Example


Text Example

White with #38221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,34,26); }

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

background-color css

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

 a { background-color: rgb(56,34,26); }

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

border-color css

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

 span { border-color: rgb(56,34,26); }

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