Html Css Color HEX #C47A2E Geebung

📋 copy color: '#C47A2E'

red 196 ◦ green 122 ◦ blue 46

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

Shades of Geebung #C47A2E

Tints of Geebung #C47A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 53.85%
G = 33.52%
B = 12.64%

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

#C47A2E (or 0xC47A2E) is known color: Geebung. HEX triplet: C4, 7A and 2E. RGB value is (196,122,46). Sum of RGB (Red+Green+Blue) = 196+122+46=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A2E is #3B85D1. Grayscale: #878787. Windows color (decimal): -3900882 or 3046084. OLE color: 3046084.

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

Color convert

RGB 196 122 46 -
CMYK 0 0.38 0.77 0.23
HSL 30.4º 0.62% 0.47% -
HSV(B) 30.4º 0.77% 0.77% -
XYZ 30.22 25.85 5.98 -
YUV 135.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 196 122 46 0 0.38 0.77 0.23 30.4 0.62 0.47
Hex C4 7A 2E 0 26 4D 17 1E 3E 2F
Octal 304 172 56 0 46 115 27 36 76 57
Binary 11000100 1111010 101110 0 100110 1001101 10111 11110 111110 101111

Color Harmonies of #C47A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A2E

Black with #C47A2E

Text Example


Text Example

White with #C47A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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