Html Css Color HEX #3A1B08 Brown Pod

📋 copy color: '#3A1B08'

red 58 ◦ green 27 ◦ blue 8

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

Shades of Brown Pod #3A1B08

Tints of Brown Pod #3A1B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.03%

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 62.37%
G = 29.03%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#3A1B08 (or 0x3A1B08) is known color: Brown Pod. HEX triplet: 3A, 1B and 08. RGB value is (58,27,8). Sum of RGB (Red+Green+Blue) = 58+27+8=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B08 is #C5E4F7. Grayscale: #222222. Windows color (decimal): -12969208 or 531258. OLE color: 531258.

HSL color Cylindrical-coordinate representation of color #3A1B08: hue angle of 22.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1B08 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 27 8 -
CMYK 0 0.53 0.86 0.77
HSL 22.8º 0.76% 0.13% -
HSV(B) 22.8º 0.86% 0.23% -
XYZ 2.18 1.7 0.44 -
YUV 34.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 58 27 8 0 0.53 0.86 0.77 22.8 0.76 0.13
Hex 3A 1B 8 0 35 56 4D 17 4C D
Octal 72 33 10 0 65 126 115 27 114 15
Binary 111010 11011 1000 0 110101 1010110 1001101 10111 1001100 1101

Color Harmonies of #3A1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1B08

Black with #3A1B08

Text Example


Text Example

White with #3A1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,27,8); }

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

background-color css

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

 a { background-color: rgb(58,27,8); }

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

border-color css

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

 span { border-color: rgb(58,27,8); }

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