Html Css Color HEX #34291D Cocoa Brown

📋 copy color: '#34291D'

red 52 ◦ green 41 ◦ blue 29

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

Shades of Cocoa Brown #34291D

Tints of Cocoa Brown #34291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

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

R = 42.62%
G = 33.61%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#34291D (or 0x34291D) is known color: Cocoa Brown. HEX triplet: 34, 29 and 1D. RGB value is (52,41,29). Sum of RGB (Red+Green+Blue) = 52+41+29=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34291D is #CBD6E2. Grayscale: #2A2A2A. Windows color (decimal): -13358819 or 1911092. OLE color: 1911092.

HSL color Cylindrical-coordinate representation of color #34291D: hue angle of 31.3º 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 #34291D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 29 -
CMYK 0 0.21 0.44 0.80
HSL 31.3º 0.28% 0.16% -
HSV(B) 31.3º 0.44% 0.2% -
XYZ 2.43 2.4 1.5 -
YUV 42.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 52 41 29 0 0.21 0.44 0.80 31.3 0.28 0.16
Hex 34 29 1D 0 15 2C 50 1F 1C 10
Octal 64 51 35 0 25 54 120 37 34 20
Binary 110100 101001 11101 0 10101 101100 1010000 11111 11100 10000

Color Harmonies of #34291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34291D

Black with #34291D

Text Example


Text Example

White with #34291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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