Html Css Color HEX #C28022 Geebung

📋 copy color: '#C28022'

red 194 ◦ green 128 ◦ blue 34

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

Shades of Geebung #C28022

Tints of Geebung #C28022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 54.49%
G = 35.96%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28022 (or 0xC28022) is known color: Geebung. HEX triplet: C2, 80 and 22. RGB value is (194,128,34). Sum of RGB (Red+Green+Blue) = 194+128+34=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C28022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28022 is #3D7FDD. Grayscale: #898989. Windows color (decimal): -4030430 or 2261186. OLE color: 2261186.

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

Color convert

RGB 194 128 34 -
CMYK 0 0.34 0.82 0.24
HSL 35.25º 0.7% 0.45% -
HSV(B) 35.25º 0.82% 0.76% -
XYZ 30.26 27.02 5.13 -
YUV 137.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 194 128 34 0 0.34 0.82 0.24 35.25 0.7 0.45
Hex C2 80 22 0 22 52 18 23 46 2D
Octal 302 200 42 0 42 122 30 43 106 55
Binary 11000010 10000000 100010 0 100010 1010010 11000 100011 1000110 101101

Color Harmonies of #C28022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28022

Black with #C28022

Text Example


Text Example

White with #C28022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28022; }

 p { color: rgb(194,128,34); }

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

background-color css

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

 a { background-color: rgb(194,128,34); }

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

border-color css

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

 span { border-color: rgb(194,128,34); }

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