Html Css Color HEX #C1852D Geebung

📋 copy color: '#C1852D'

red 193 ◦ green 133 ◦ blue 45

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

Shades of Geebung #C1852D

Tints of Geebung #C1852D

RGB

 RED value IS 193 (75.78% from 255) = 52.02%

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

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

R = 52.02%
G = 35.85%
B = 12.13%

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

#C1852D (or 0xC1852D) is known color: Geebung. HEX triplet: C1, 85 and 2D. RGB value is (193,133,45). Sum of RGB (Red+Green+Blue) = 193+133+45=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1852D is #3E7AD2. Grayscale: #8D8D8D. Windows color (decimal): -4094675 or 2983361. OLE color: 2983361.

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

Color convert

RGB 193 133 45 -
CMYK 0 0.31 0.77 0.24
HSL 35.68º 0.62% 0.47% -
HSV(B) 35.68º 0.77% 0.76% -
XYZ 30.85 28.3 6.32 -
YUV 140.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 193 133 45 0 0.31 0.77 0.24 35.68 0.62 0.47
Hex C1 85 2D 0 1F 4D 18 24 3E 2F
Octal 301 205 55 0 37 115 30 44 76 57
Binary 11000001 10000101 101101 0 11111 1001101 11000 100100 111110 101111

Color Harmonies of #C1852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1852D

Black with #C1852D

Text Example


Text Example

White with #C1852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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