Html Css Color HEX #3A231E Brown Pod

📋 copy color: '#3A231E'

red 58 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #3A231E

Tints of Brown Pod #3A231E

RGB

 RED value IS 58 (23.05% from 255) = 47.15%

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 47.15%
G = 28.46%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.77

RGB Variations

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

Color information

#3A231E (or 0x3A231E) is known color: Brown Pod. HEX triplet: 3A, 23 and 1E. RGB value is (58,35,30). Sum of RGB (Red+Green+Blue) = 58+35+30=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A231E is #C5DCE1. Grayscale: #292929. Windows color (decimal): -12967138 or 1975098. OLE color: 1975098.

HSL color Cylindrical-coordinate representation of color #3A231E: hue angle of 10.71º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A231E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 35 30 -
CMYK 0 0.40 0.48 0.77
HSL 10.71º 0.32% 0.17% -
HSV(B) 10.71º 0.48% 0.23% -
XYZ 2.58 2.2 1.52 -
YUV 41.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 58 35 30 0 0.40 0.48 0.77 10.71 0.32 0.17
Hex 3A 23 1E 0 28 30 4D B 20 11
Octal 72 43 36 0 50 60 115 13 40 21
Binary 111010 100011 11110 0 101000 110000 1001101 1011 100000 10001

Color Harmonies of #3A231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A231E

Black with #3A231E

Text Example


Text Example

White with #3A231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A231E; }

 p { color: rgb(58,35,30); }

 H1.HeaderClassName
 {
   color: #3A231E;
 }
 .AnyTagClassName
 {
   color: #3A231E;
 }
</style>

background-color css

<style>
 a { background-color: #3A231E; }

 a { background-color: rgb(58,35,30); }

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

border-color css

<style>
 span { border-color: #3A231E; }

 span { border-color: rgb(58,35,30); }

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