Html Css Color HEX #C47D2D Geebung

📋 copy color: '#C47D2D'

red 196 ◦ green 125 ◦ blue 45

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

Shades of Geebung #C47D2D

Tints of Geebung #C47D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 53.55%
G = 34.15%
B = 12.3%

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

#C47D2D (or 0xC47D2D) is known color: Geebung. HEX triplet: C4, 7D and 2D. RGB value is (196,125,45). Sum of RGB (Red+Green+Blue) = 196+125+45=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D2D is #3B82D2. Grayscale: #898989. Windows color (decimal): -3900115 or 2981316. OLE color: 2981316.

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

Color convert

RGB 196 125 45 -
CMYK 0 0.36 0.77 0.23
HSL 31.79º 0.63% 0.47% -
HSV(B) 31.79º 0.77% 0.77% -
XYZ 30.57 26.59 6 -
YUV 137.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 196 125 45 0 0.36 0.77 0.23 31.79 0.63 0.47
Hex C4 7D 2D 0 24 4D 17 20 3F 2F
Octal 304 175 55 0 44 115 27 40 77 57
Binary 11000100 1111101 101101 0 100100 1001101 10111 100000 111111 101111

Color Harmonies of #C47D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D2D

Black with #C47D2D

Text Example


Text Example

White with #C47D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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