Html Css Color HEX #C28732 Geebung

📋 copy color: '#C28732'

red 194 ◦ green 135 ◦ blue 50

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

Shades of Geebung #C28732

Tints of Geebung #C28732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 51.19%
G = 35.62%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28732 (or 0xC28732) is known color: Geebung. HEX triplet: C2, 87 and 32. RGB value is (194,135,50). Sum of RGB (Red+Green+Blue) = 194+135+50=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28732 is #3D78CD. Grayscale: #8F8F8F. Windows color (decimal): -4028622 or 3311554. OLE color: 3311554.

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

Color convert

RGB 194 135 50 -
CMYK 0 0.30 0.74 0.24
HSL 35.42º 0.59% 0.48% -
HSV(B) 35.42º 0.74% 0.76% -
XYZ 31.49 29.03 6.96 -
YUV 142.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 194 135 50 0 0.30 0.74 0.24 35.42 0.59 0.48
Hex C2 87 32 0 1E 4A 18 23 3B 30
Octal 302 207 62 0 36 112 30 43 73 60
Binary 11000010 10000111 110010 0 11110 1001010 11000 100011 111011 110000

Color Harmonies of #C28732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28732

Black with #C28732

Text Example


Text Example

White with #C28732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28732; }

 p { color: rgb(194,135,50); }

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

background-color css

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

 a { background-color: rgb(194,135,50); }

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

border-color css

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

 span { border-color: rgb(194,135,50); }

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