Html Css Color HEX #341503 Brown Pod

📋 copy color: '#341503'

red 52 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #341503

Tints of Brown Pod #341503

RGB

 RED value IS 52 (20.7% from 255) = 68.42%

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 3 (1.56% from 255) = 3.95%

R = 68.42%
G = 27.63%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#341503 (or 0x341503) is known color: Brown Pod. HEX triplet: 34, 15 and 03. RGB value is (52,21,3). Sum of RGB (Red+Green+Blue) = 52+21+3=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341503 is #CBEAFC. Grayscale: #1C1C1C. Windows color (decimal): -13363965 or 202036. OLE color: 202036.

HSL color Cylindrical-coordinate representation of color #341503: hue angle of 22.04º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #341503 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 3 -
CMYK 0 0.60 0.94 0.80
HSL 22.04º 0.89% 0.11% -
HSV(B) 22.04º 0.94% 0.2% -
XYZ 1.7 1.27 0.24 -
YUV 28.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 52 21 3 0 0.60 0.94 0.80 22.04 0.89 0.11
Hex 34 15 3 0 3C 5E 50 16 59 B
Octal 64 25 3 0 74 136 120 26 131 13
Binary 110100 10101 11 0 111100 1011110 1010000 10110 1011001 1011

Color Harmonies of #341503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341503

Black with #341503

Text Example


Text Example

White with #341503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341503; }

 p { color: rgb(52,21,3); }

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

background-color css

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

 a { background-color: rgb(52,21,3); }

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

border-color css

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

 span { border-color: rgb(52,21,3); }

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