Html Css Color HEX #C47D31 Geebung

📋 copy color: '#C47D31'

red 196 ◦ green 125 ◦ blue 49

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

Shades of Geebung #C47D31

Tints of Geebung #C47D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 52.97%
G = 33.78%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C47D31 (or 0xC47D31) is known color: Geebung. HEX triplet: C4, 7D and 31. RGB value is (196,125,49). Sum of RGB (Red+Green+Blue) = 196+125+49=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D31 is #3B82CE. Grayscale: #898989. Windows color (decimal): -3900111 or 3243460. OLE color: 3243460.

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

Color convert

RGB 196 125 49 -
CMYK 0 0.36 0.75 0.23
HSL 31.02º 0.6% 0.48% -
HSV(B) 31.02º 0.75% 0.77% -
XYZ 30.65 26.62 6.43 -
YUV 137.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 196 125 49 0 0.36 0.75 0.23 31.02 0.6 0.48
Hex C4 7D 31 0 24 4B 17 1F 3C 30
Octal 304 175 61 0 44 113 27 37 74 60
Binary 11000100 1111101 110001 0 100100 1001011 10111 11111 111100 110000

Color Harmonies of #C47D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D31

Black with #C47D31

Text Example


Text Example

White with #C47D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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