Html Css Color HEX #C47E28 Geebung

📋 copy color: '#C47E28'

red 196 ◦ green 126 ◦ blue 40

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

Shades of Geebung #C47E28

Tints of Geebung #C47E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 54.14%
G = 34.81%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47E28 (or 0xC47E28) is known color: Geebung. HEX triplet: C4, 7E and 28. RGB value is (196,126,40). Sum of RGB (Red+Green+Blue) = 196+126+40=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E28 is #3B81D7. Grayscale: #898989. Windows color (decimal): -3899864 or 2653892. OLE color: 2653892.

HSL color Cylindrical-coordinate representation of color #C47E28: hue angle of 33.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47E28 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 126 40 -
CMYK 0 0.36 0.80 0.23
HSL 33.08º 0.66% 0.46% -
HSV(B) 33.08º 0.8% 0.77% -
XYZ 30.61 26.81 5.57 -
YUV 137.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 196 126 40 0 0.36 0.80 0.23 33.08 0.66 0.46
Hex C4 7E 28 0 24 50 17 21 42 2E
Octal 304 176 50 0 44 120 27 41 102 56
Binary 11000100 1111110 101000 0 100100 1010000 10111 100001 1000010 101110

Color Harmonies of #C47E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E28

Black with #C47E28

Text Example


Text Example

White with #C47E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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