Html Css Color HEX #C47833 Meteor

📋 copy color: '#C47833'

red 196 ◦ green 120 ◦ blue 51

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

Shades of Meteor #C47833

Tints of Meteor #C47833

RGB

 RED value IS 196 (76.95% from 255) = 53.41%

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 53.41%
G = 32.7%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47833 (or 0xC47833) is known color: Meteor. HEX triplet: C4, 78 and 33. RGB value is (196,120,51). Sum of RGB (Red+Green+Blue) = 196+120+51=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C47833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47833 is #3B87CC. Grayscale: #878787. Windows color (decimal): -3901389 or 3373252. OLE color: 3373252.

HSL color Cylindrical-coordinate representation of color #C47833: hue angle of 28.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47833 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 51 -
CMYK 0 0.39 0.74 0.23
HSL 28.55º 0.59% 0.48% -
HSV(B) 28.55º 0.74% 0.77% -
XYZ 30.08 25.41 6.45 -
YUV 134.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 196 120 51 0 0.39 0.74 0.23 28.55 0.59 0.48
Hex C4 78 33 0 27 4A 17 1D 3B 30
Octal 304 170 63 0 47 112 27 35 73 60
Binary 11000100 1111000 110011 0 100111 1001010 10111 11101 111011 110000

Color Harmonies of #C47833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47833

Black with #C47833

Text Example


Text Example

White with #C47833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47833; }

 p { color: rgb(196,120,51); }

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

background-color css

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

 a { background-color: rgb(196,120,51); }

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

border-color css

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

 span { border-color: rgb(196,120,51); }

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