Html Css Color HEX #C47A2D Geebung

📋 copy color: '#C47A2D'

red 196 ◦ green 122 ◦ blue 45

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

Shades of Geebung #C47A2D

Tints of Geebung #C47A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 53.99%
G = 33.61%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C47A2D (or 0xC47A2D) is known color: Geebung. HEX triplet: C4, 7A and 2D. RGB value is (196,122,45). Sum of RGB (Red+Green+Blue) = 196+122+45=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A2D is #3B85D2. Grayscale: #878787. Windows color (decimal): -3900883 or 2980548. OLE color: 2980548.

HSL color Cylindrical-coordinate representation of color #C47A2D: hue angle of 30.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C47A2D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 45 -
CMYK 0 0.38 0.77 0.23
HSL 30.6º 0.63% 0.47% -
HSV(B) 30.6º 0.77% 0.77% -
XYZ 30.2 25.84 5.88 -
YUV 135.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 196 122 45 0 0.38 0.77 0.23 30.6 0.63 0.47
Hex C4 7A 2D 0 26 4D 17 1F 3F 2F
Octal 304 172 55 0 46 115 27 37 77 57
Binary 11000100 1111010 101101 0 100110 1001101 10111 11111 111111 101111

Color Harmonies of #C47A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A2D

Black with #C47A2D

Text Example


Text Example

White with #C47A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A2D; }

 p { color: rgb(196,122,45); }

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

background-color css

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

 a { background-color: rgb(196,122,45); }

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

border-color css

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

 span { border-color: rgb(196,122,45); }

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