Html Css Color HEX #C28425 Geebung

📋 copy color: '#C28425'

red 194 ◦ green 132 ◦ blue 37

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

Shades of Geebung #C28425

Tints of Geebung #C28425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 53.44%
G = 36.36%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28425 (or 0xC28425) is known color: Geebung. HEX triplet: C2, 84 and 25. RGB value is (194,132,37). Sum of RGB (Red+Green+Blue) = 194+132+37=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28425 is #3D7BDA. Grayscale: #8C8C8C. Windows color (decimal): -4029403 or 2458818. OLE color: 2458818.

HSL color Cylindrical-coordinate representation of color #C28425: hue angle of 36.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28425 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 37 -
CMYK 0 0.32 0.81 0.24
HSL 36.31º 0.68% 0.45% -
HSV(B) 36.31º 0.81% 0.76% -
XYZ 30.83 28.11 5.55 -
YUV 139.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 194 132 37 0 0.32 0.81 0.24 36.31 0.68 0.45
Hex C2 84 25 0 20 51 18 24 44 2D
Octal 302 204 45 0 40 121 30 44 104 55
Binary 11000010 10000100 100101 0 100000 1010001 11000 100100 1000100 101101

Color Harmonies of #C28425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28425

Black with #C28425

Text Example


Text Example

White with #C28425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28425; }

 p { color: rgb(194,132,37); }

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

background-color css

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

 a { background-color: rgb(194,132,37); }

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

border-color css

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

 span { border-color: rgb(194,132,37); }

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