Html Css Color HEX #C28135 Geebung

📋 copy color: '#C28135'

red 194 ◦ green 129 ◦ blue 53

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

Shades of Geebung #C28135

Tints of Geebung #C28135

RGB

 RED value IS 194 (76.17% from 255) = 51.6%

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 51.6%
G = 34.31%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28135 (or 0xC28135) is known color: Geebung. HEX triplet: C2, 81 and 35. RGB value is (194,129,53). Sum of RGB (Red+Green+Blue) = 194+129+53=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28135 is #3D7ECA. Grayscale: #8C8C8C. Windows color (decimal): -4030155 or 3506626. OLE color: 3506626.

HSL color Cylindrical-coordinate representation of color #C28135: hue angle of 32.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28135 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 53 -
CMYK 0 0.34 0.73 0.24
HSL 32.34º 0.57% 0.48% -
HSV(B) 32.34º 0.73% 0.76% -
XYZ 30.74 27.43 7.04 -
YUV 139.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 194 129 53 0 0.34 0.73 0.24 32.34 0.57 0.48
Hex C2 81 35 0 22 49 18 20 39 30
Octal 302 201 65 0 42 111 30 40 71 60
Binary 11000010 10000001 110101 0 100010 1001001 11000 100000 111001 110000

Color Harmonies of #C28135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28135

Black with #C28135

Text Example


Text Example

White with #C28135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28135; }

 p { color: rgb(194,129,53); }

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

background-color css

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

 a { background-color: rgb(194,129,53); }

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

border-color css

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

 span { border-color: rgb(194,129,53); }

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