Html Css Color HEX #341502 Brown Pod

📋 copy color: '#341502'

red 52 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #341502

Tints of Brown Pod #341502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.67%

R = 69.33%
G = 28%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#341502 (or 0x341502) is known color: Brown Pod. HEX triplet: 34, 15 and 02. RGB value is (52,21,2). Sum of RGB (Red+Green+Blue) = 52+21+2=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341502 is #CBEAFD. Grayscale: #1C1C1C. Windows color (decimal): -13363966 or 136500. OLE color: 136500.

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

Color convert

RGB 52 21 2 -
CMYK 0 0.60 0.96 0.80
HSL 22.8º 0.93% 0.11% -
HSV(B) 22.8º 0.96% 0.2% -
XYZ 1.7 1.27 0.21 -
YUV 28.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 52 21 2 0 0.60 0.96 0.80 22.8 0.93 0.11
Hex 34 15 2 0 3C 60 50 17 5D B
Octal 64 25 2 0 74 140 120 27 135 13
Binary 110100 10101 10 0 111100 1100000 1010000 10111 1011101 1011

Color Harmonies of #341502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341502

Black with #341502

Text Example


Text Example

White with #341502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341502; }

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

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

background-color css

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

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

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

border-color css

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

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

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