Html Css Color HEX #C38B2D Geebung

📋 copy color: '#C38B2D'

red 195 ◦ green 139 ◦ blue 45

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

Shades of Geebung #C38B2D

Tints of Geebung #C38B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 51.45%
G = 36.68%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C38B2D (or 0xC38B2D) is known color: Geebung. HEX triplet: C3, 8B and 2D. RGB value is (195,139,45). Sum of RGB (Red+Green+Blue) = 195+139+45=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B2D is #3C74D2. Grayscale: #919191. Windows color (decimal): -3962067 or 2984899. OLE color: 2984899.

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

Color convert

RGB 195 139 45 -
CMYK 0 0.29 0.77 0.24
HSL 37.6º 0.63% 0.47% -
HSV(B) 37.6º 0.77% 0.76% -
XYZ 32.21 30.26 6.63 -
YUV 145.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 195 139 45 0 0.29 0.77 0.24 37.6 0.63 0.47
Hex C3 8B 2D 0 1D 4D 18 26 3E 2F
Octal 303 213 55 0 35 115 30 46 76 57
Binary 11000011 10001011 101101 0 11101 1001101 11000 100110 111110 101111

Color Harmonies of #C38B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B2D

Black with #C38B2D

Text Example


Text Example

White with #C38B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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