Html Css Color HEX #C28823 Geebung

📋 copy color: '#C28823'

red 194 ◦ green 136 ◦ blue 35

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

Shades of Geebung #C28823

Tints of Geebung #C28823

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 53.15%
G = 37.26%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C28823 (or 0xC28823) is known color: Geebung. HEX triplet: C2, 88 and 23. RGB value is (194,136,35). Sum of RGB (Red+Green+Blue) = 194+136+35=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28823 is #3D77DC. Grayscale: #8E8E8E. Windows color (decimal): -4028381 or 2328770. OLE color: 2328770.

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

Color convert

RGB 194 136 35 -
CMYK 0 0.30 0.82 0.24
HSL 38.11º 0.69% 0.45% -
HSV(B) 38.11º 0.82% 0.76% -
XYZ 31.36 29.2 5.57 -
YUV 141.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 194 136 35 0 0.30 0.82 0.24 38.11 0.69 0.45
Hex C2 88 23 0 1E 52 18 26 45 2D
Octal 302 210 43 0 36 122 30 46 105 55
Binary 11000010 10001000 100011 0 11110 1010010 11000 100110 1000101 101101

Color Harmonies of #C28823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28823

Black with #C28823

Text Example


Text Example

White with #C28823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28823; }

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

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

background-color css

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

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

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

border-color css

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

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

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