Html Css Color HEX #42372A Jacko Bean

📋 copy color: '#42372A'

red 66 ◦ green 55 ◦ blue 42

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

Shades of Jacko Bean #42372A

Tints of Jacko Bean #42372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 40.49%
G = 33.74%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42372A (or 0x42372A) is known color: Jacko Bean. HEX triplet: 42, 37 and 2A. RGB value is (66,55,42). Sum of RGB (Red+Green+Blue) = 66+55+42=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42372A is #BDC8D5. Grayscale: #383838. Windows color (decimal): -12437718 or 2766658. OLE color: 2766658.

HSL color Cylindrical-coordinate representation of color #42372A: hue angle of 32.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42372A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 42 -
CMYK 0 0.17 0.36 0.74
HSL 32.5º 0.22% 0.21% -
HSV(B) 32.5º 0.36% 0.26% -
XYZ 4.03 4.06 2.76 -
YUV 56.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 66 55 42 0 0.17 0.36 0.74 32.5 0.22 0.21
Hex 42 37 2A 0 11 24 4A 20 16 15
Octal 102 67 52 0 21 44 112 40 26 25
Binary 1000010 110111 101010 0 10001 100100 1001010 100000 10110 10101

Color Harmonies of #42372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42372A

Black with #42372A

Text Example


Text Example

White with #42372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42372A; }

 p { color: rgb(66,55,42); }

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

background-color css

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

 a { background-color: rgb(66,55,42); }

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

border-color css

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

 span { border-color: rgb(66,55,42); }

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