Html Css Color HEX #C47E2D Geebung

📋 copy color: '#C47E2D'

red 196 ◦ green 126 ◦ blue 45

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

Shades of Geebung #C47E2D

Tints of Geebung #C47E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

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

R = 53.41%
G = 34.33%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C47E2D (or 0xC47E2D) is known color: Geebung. HEX triplet: C4, 7E and 2D. RGB value is (196,126,45). Sum of RGB (Red+Green+Blue) = 196+126+45=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E2D is #3B81D2. Grayscale: #8A8A8A. Windows color (decimal): -3899859 or 2981572. OLE color: 2981572.

HSL color Cylindrical-coordinate representation of color #C47E2D: hue angle of 32.19º 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 #C47E2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 126 45 -
CMYK 0 0.36 0.77 0.23
HSL 32.19º 0.63% 0.47% -
HSV(B) 32.19º 0.77% 0.77% -
XYZ 30.7 26.85 6.05 -
YUV 137.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 196 126 45 0 0.36 0.77 0.23 32.19 0.63 0.47
Hex C4 7E 2D 0 24 4D 17 20 3F 2F
Octal 304 176 55 0 44 115 27 40 77 57
Binary 11000100 1111110 101101 0 100100 1001101 10111 100000 111111 101111

Color Harmonies of #C47E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E2D

Black with #C47E2D

Text Example


Text Example

White with #C47E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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