Html Css Color HEX #C28B2D Geebung

📋 copy color: '#C28B2D'

red 194 ◦ green 139 ◦ blue 45

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

Shades of Geebung #C28B2D

Tints of Geebung #C28B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 51.32%
G = 36.77%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C28B2D (or 0xC28B2D) is known color: Geebung. HEX triplet: C2, 8B and 2D. RGB value is (194,139,45). Sum of RGB (Red+Green+Blue) = 194+139+45=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B2D is #3D74D2. Grayscale: #919191. Windows color (decimal): -4027603 or 2984898. OLE color: 2984898.

HSL color Cylindrical-coordinate representation of color #C28B2D: hue angle of 37.85º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28B2D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 139 45 -
CMYK 0 0.28 0.77 0.24
HSL 37.85º 0.62% 0.47% -
HSV(B) 37.85º 0.77% 0.76% -
XYZ 31.95 30.12 6.61 -
YUV 144.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 194 139 45 0 0.28 0.77 0.24 37.85 0.62 0.47
Hex C2 8B 2D 0 1C 4D 18 26 3E 2F
Octal 302 213 55 0 34 115 30 46 76 57
Binary 11000010 10001011 101101 0 11100 1001101 11000 100110 111110 101111

Color Harmonies of #C28B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B2D

Black with #C28B2D

Text Example


Text Example

White with #C28B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B2D; }

 p { color: rgb(194,139,45); }

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

background-color css

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

 a { background-color: rgb(194,139,45); }

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

border-color css

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

 span { border-color: rgb(194,139,45); }

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