Html Css Color HEX #42271D Brown Pod

📋 copy color: '#42271D'

red 66 ◦ green 39 ◦ blue 29

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

Shades of Brown Pod #42271D

Tints of Brown Pod #42271D

RGB

 RED value IS 66 (26.17% from 255) = 49.25%

 GREEN value IS 39 (15.63% from 255) = 29.1%

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

R = 49.25%
G = 29.1%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42271D (or 0x42271D) is known color: Brown Pod. HEX triplet: 42, 27 and 1D. RGB value is (66,39,29). Sum of RGB (Red+Green+Blue) = 66+39+29=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42271D is #BDD8E2. Grayscale: #2E2E2E. Windows color (decimal): -12441827 or 1910594. OLE color: 1910594.

HSL color Cylindrical-coordinate representation of color #42271D: hue angle of 16.22º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42271D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 29 -
CMYK 0 0.41 0.56 0.74
HSL 16.22º 0.39% 0.19% -
HSV(B) 16.22º 0.56% 0.26% -
XYZ 3.19 2.7 1.51 -
YUV 45.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 66 39 29 0 0.41 0.56 0.74 16.22 0.39 0.19
Hex 42 27 1D 0 29 38 4A 10 27 13
Octal 102 47 35 0 51 70 112 20 47 23
Binary 1000010 100111 11101 0 101001 111000 1001010 10000 100111 10011

Color Harmonies of #42271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42271D

Black with #42271D

Text Example


Text Example

White with #42271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,39,29); }

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

background-color css

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

 a { background-color: rgb(66,39,29); }

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

border-color css

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

 span { border-color: rgb(66,39,29); }

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