Html Css Color HEX #34231D Brown Pod

📋 copy color: '#34231D'

red 52 ◦ green 35 ◦ blue 29

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

Shades of Brown Pod #34231D

Tints of Brown Pod #34231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 44.83%
G = 30.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#34231D (or 0x34231D) is known color: Brown Pod. HEX triplet: 34, 23 and 1D. RGB value is (52,35,29). Sum of RGB (Red+Green+Blue) = 52+35+29=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34231D is #CBDCE2. Grayscale: #272727. Windows color (decimal): -13360355 or 1909556. OLE color: 1909556.

HSL color Cylindrical-coordinate representation of color #34231D: hue angle of 15.65º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34231D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 35 29 -
CMYK 0 0.33 0.44 0.80
HSL 15.65º 0.28% 0.16% -
HSV(B) 15.65º 0.44% 0.2% -
XYZ 2.24 2.02 1.43 -
YUV 39.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 52 35 29 0 0.33 0.44 0.80 15.65 0.28 0.16
Hex 34 23 1D 0 21 2C 50 10 1C 10
Octal 64 43 35 0 41 54 120 20 34 20
Binary 110100 100011 11101 0 100001 101100 1010000 10000 11100 10000

Color Harmonies of #34231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34231D

Black with #34231D

Text Example


Text Example

White with #34231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34231D; }

 p { color: rgb(52,35,29); }

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

background-color css

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

 a { background-color: rgb(52,35,29); }

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

border-color css

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

 span { border-color: rgb(52,35,29); }

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