Html Css Color HEX #462D27 Cedar

📋 copy color: '#462D27'

red 70 ◦ green 45 ◦ blue 39

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

Shades of Cedar #462D27

Tints of Cedar #462D27

RGB

 RED value IS 70 (27.73% from 255) = 45.45%

 GREEN value IS 45 (17.97% from 255) = 29.22%

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 45.45%
G = 29.22%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462D27 (or 0x462D27) is known color: Cedar. HEX triplet: 46, 2D and 27. RGB value is (70,45,39). Sum of RGB (Red+Green+Blue) = 70+45+39=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D27 is #B9D2D8. Grayscale: #333333. Windows color (decimal): -12178137 or 2567494. OLE color: 2567494.

HSL color Cylindrical-coordinate representation of color #462D27: hue angle of 11.61º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462D27 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 45 39 -
CMYK 0 0.36 0.44 0.73
HSL 11.61º 0.28% 0.21% -
HSV(B) 11.61º 0.44% 0.27% -
XYZ 3.83 3.33 2.36 -
YUV 51.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 70 45 39 0 0.36 0.44 0.73 11.61 0.28 0.21
Hex 46 2D 27 0 24 2C 49 C 1C 15
Octal 106 55 47 0 44 54 111 14 34 25
Binary 1000110 101101 100111 0 100100 101100 1001001 1100 11100 10101

Color Harmonies of #462D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D27

Black with #462D27

Text Example


Text Example

White with #462D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D27; }

 p { color: rgb(70,45,39); }

 H1.HeaderClassName
 {
   color: #462D27;
 }
 .AnyTagClassName
 {
   color: #462D27;
 }
</style>

background-color css

<style>
 a { background-color: #462D27; }

 a { background-color: rgb(70,45,39); }

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

border-color css

<style>
 span { border-color: #462D27; }

 span { border-color: rgb(70,45,39); }

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