Html Css Color HEX #C37B2D Geebung

📋 copy color: '#C37B2D'

red 195 ◦ green 123 ◦ blue 45

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

Shades of Geebung #C37B2D

Tints of Geebung #C37B2D

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 53.72%
G = 33.88%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C37B2D (or 0xC37B2D) is known color: Geebung. HEX triplet: C3, 7B and 2D. RGB value is (195,123,45). Sum of RGB (Red+Green+Blue) = 195+123+45=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B2D is #3C84D2. Grayscale: #888888. Windows color (decimal): -3966163 or 2980803. OLE color: 2980803.

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

Color convert

RGB 195 123 45 -
CMYK 0 0.37 0.77 0.24
HSL 31.2º 0.63% 0.47% -
HSV(B) 31.2º 0.77% 0.76% -
XYZ 30.06 25.96 5.91 -
YUV 135.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 195 123 45 0 0.37 0.77 0.24 31.2 0.63 0.47
Hex C3 7B 2D 0 25 4D 18 1F 3E 2F
Octal 303 173 55 0 45 115 30 37 76 57
Binary 11000011 1111011 101101 0 100101 1001101 11000 11111 111110 101111

Color Harmonies of #C37B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B2D

Black with #C37B2D

Text Example


Text Example

White with #C37B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B2D; }

 p { color: rgb(195,123,45); }

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

background-color css

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

 a { background-color: rgb(195,123,45); }

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

border-color css

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

 span { border-color: rgb(195,123,45); }

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