Html Css Color HEX #C2851D Geebung

📋 copy color: '#C2851D'

red 194 ◦ green 133 ◦ blue 29

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

Shades of Geebung #C2851D

Tints of Geebung #C2851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 54.49%
G = 37.36%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2851D (or 0xC2851D) is known color: Geebung. HEX triplet: C2, 85 and 1D. RGB value is (194,133,29). Sum of RGB (Red+Green+Blue) = 194+133+29=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2851D is #3D7AE2. Grayscale: #8B8B8B. Windows color (decimal): -4029155 or 1934786. OLE color: 1934786.

HSL color Cylindrical-coordinate representation of color #C2851D: hue angle of 37.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2851D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 29 -
CMYK 0 0.31 0.85 0.24
HSL 37.82º 0.74% 0.44% -
HSV(B) 37.82º 0.85% 0.76% -
XYZ 30.86 28.33 5 -
YUV 139.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 194 133 29 0 0.31 0.85 0.24 37.82 0.74 0.44
Hex C2 85 1D 0 1F 55 18 26 4A 2C
Octal 302 205 35 0 37 125 30 46 112 54
Binary 11000010 10000101 11101 0 11111 1010101 11000 100110 1001010 101100

Color Harmonies of #C2851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2851D

Black with #C2851D

Text Example


Text Example

White with #C2851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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