Html Css Color HEX #422E2C Cedar

📋 copy color: '#422E2C'

red 66 ◦ green 46 ◦ blue 44

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

Shades of Cedar #422E2C

Tints of Cedar #422E2C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.49%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 42.31%
G = 29.49%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#422E2C (or 0x422E2C) is known color: Cedar. HEX triplet: 42, 2E and 2C. RGB value is (66,46,44). Sum of RGB (Red+Green+Blue) = 66+46+44=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E2C is #BDD1D3. Grayscale: #333333. Windows color (decimal): -12440020 or 2895426. OLE color: 2895426.

HSL color Cylindrical-coordinate representation of color #422E2C: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422E2C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 46 44 -
CMYK 0 0.30 0.33 0.74
HSL 5.45º 0.2% 0.22% -
HSV(B) 5.45º 0.33% 0.26% -
XYZ 3.68 3.29 2.82 -
YUV 51.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 66 46 44 0 0.30 0.33 0.74 5.45 0.2 0.22
Hex 42 2E 2C 0 1E 21 4A 5 14 16
Octal 102 56 54 0 36 41 112 5 24 26
Binary 1000010 101110 101100 0 11110 100001 1001010 101 10100 10110

Color Harmonies of #422E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E2C

Black with #422E2C

Text Example


Text Example

White with #422E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422E2C; }

 p { color: rgb(66,46,44); }

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

background-color css

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

 a { background-color: rgb(66,46,44); }

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

border-color css

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

 span { border-color: rgb(66,46,44); }

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