Html Css Color HEX #C28223 Geebung

📋 copy color: '#C28223'

red 194 ◦ green 130 ◦ blue 35

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

Shades of Geebung #C28223

Tints of Geebung #C28223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 35 (14.06% from 255) = 9.75%

R = 54.04%
G = 36.21%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28223 (or 0xC28223) is known color: Geebung. HEX triplet: C2, 82 and 23. RGB value is (194,130,35). Sum of RGB (Red+Green+Blue) = 194+130+35=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28223 is #3D7DDC. Grayscale: #8A8A8A. Windows color (decimal): -4029917 or 2327234. OLE color: 2327234.

HSL color Cylindrical-coordinate representation of color #C28223: hue angle of 35.85º degrees, saturation: 0.69, 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 #C28223 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 35 -
CMYK 0 0.33 0.82 0.24
HSL 35.85º 0.69% 0.45% -
HSV(B) 35.85º 0.82% 0.76% -
XYZ 30.53 27.56 5.3 -
YUV 138.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 194 130 35 0 0.33 0.82 0.24 35.85 0.69 0.45
Hex C2 82 23 0 21 52 18 24 45 2D
Octal 302 202 43 0 41 122 30 44 105 55
Binary 11000010 10000010 100011 0 100001 1010010 11000 100100 1000101 101101

Color Harmonies of #C28223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28223

Black with #C28223

Text Example


Text Example

White with #C28223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28223; }

 p { color: rgb(194,130,35); }

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

background-color css

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

 a { background-color: rgb(194,130,35); }

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

border-color css

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

 span { border-color: rgb(194,130,35); }

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