Html Css Color HEX #47302A Cedar

📋 copy color: '#47302A'

red 71 ◦ green 48 ◦ blue 42

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

Shades of Cedar #47302A

Tints of Cedar #47302A

RGB

 RED value IS 71 (28.13% from 255) = 44.1%

 GREEN value IS 48 (19.14% from 255) = 29.81%

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

R = 44.1%
G = 29.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47302A (or 0x47302A) is known color: Cedar. HEX triplet: 47, 30 and 2A. RGB value is (71,48,42). Sum of RGB (Red+Green+Blue) = 71+48+42=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #47302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47302A is #B8CFD5. Grayscale: #363636. Windows color (decimal): -12111830 or 2764871. OLE color: 2764871.

HSL color Cylindrical-coordinate representation of color #47302A: hue angle of 12.41º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47302A is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 42 -
CMYK 0 0.32 0.41 0.72
HSL 12.41º 0.26% 0.22% -
HSV(B) 12.41º 0.41% 0.28% -
XYZ 4.07 3.62 2.67 -
YUV 54.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 71 48 42 0 0.32 0.41 0.72 12.41 0.26 0.22
Hex 47 30 2A 0 20 29 48 C 1A 16
Octal 107 60 52 0 40 51 110 14 32 26
Binary 1000111 110000 101010 0 100000 101001 1001000 1100 11010 10110

Color Harmonies of #47302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47302A

Black with #47302A

Text Example


Text Example

White with #47302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,48,42); }

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

background-color css

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

 a { background-color: rgb(71,48,42); }

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

border-color css

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

 span { border-color: rgb(71,48,42); }

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