Html Css Color HEX #C3871D Geebung

📋 copy color: '#C3871D'

red 195 ◦ green 135 ◦ blue 29

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

Shades of Geebung #C3871D

Tints of Geebung #C3871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 54.32%
G = 37.6%
B = 8.08%

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

#C3871D (or 0xC3871D) is known color: Geebung. HEX triplet: C3, 87 and 1D. RGB value is (195,135,29). Sum of RGB (Red+Green+Blue) = 195+135+29=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3871D is #3C78E2. Grayscale: #8D8D8D. Windows color (decimal): -3963107 or 1935299. OLE color: 1935299.

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

Color convert

RGB 195 135 29 -
CMYK 0 0.31 0.85 0.24
HSL 38.31º 0.74% 0.44% -
HSV(B) 38.31º 0.85% 0.76% -
XYZ 31.39 29.02 5.11 -
YUV 140.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 195 135 29 0 0.31 0.85 0.24 38.31 0.74 0.44
Hex C3 87 1D 0 1F 55 18 26 4A 2C
Octal 303 207 35 0 37 125 30 46 112 54
Binary 11000011 10000111 11101 0 11111 1010101 11000 100110 1001010 101100

Color Harmonies of #C3871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3871D

Black with #C3871D

Text Example


Text Example

White with #C3871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3871D; }

 p { color: rgb(195,135,29); }

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

background-color css

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

 a { background-color: rgb(195,135,29); }

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

border-color css

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

 span { border-color: rgb(195,135,29); }

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