Html Css Color HEX #C2852D Geebung

📋 copy color: '#C2852D'

red 194 ◦ green 133 ◦ blue 45

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

Shades of Geebung #C2852D

Tints of Geebung #C2852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 52.15%
G = 35.75%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2852D (or 0xC2852D) is known color: Geebung. HEX triplet: C2, 85 and 2D. RGB value is (194,133,45). Sum of RGB (Red+Green+Blue) = 194+133+45=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2852D is #3D7AD2. Grayscale: #8D8D8D. Windows color (decimal): -4029139 or 2983362. OLE color: 2983362.

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

Color convert

RGB 194 133 45 -
CMYK 0 0.31 0.77 0.24
HSL 35.44º 0.62% 0.47% -
HSV(B) 35.44º 0.77% 0.76% -
XYZ 31.11 28.43 6.33 -
YUV 141.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 194 133 45 0 0.31 0.77 0.24 35.44 0.62 0.47
Hex C2 85 2D 0 1F 4D 18 23 3E 2F
Octal 302 205 55 0 37 115 30 43 76 57
Binary 11000010 10000101 101101 0 11111 1001101 11000 100011 111110 101111

Color Harmonies of #C2852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2852D

Black with #C2852D

Text Example


Text Example

White with #C2852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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