Html Css Color HEX #26473A Burnham

📋 copy color: '#26473A'

red 38 ◦ green 71 ◦ blue 58

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

Shades of Burnham #26473A

Tints of Burnham #26473A

RGB

 RED value IS 38 (15.23% from 255) = 22.75%

 GREEN value IS 71 (28.13% from 255) = 42.51%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 22.75%
G = 42.51%
B = 34.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#26473A (or 0x26473A) is known color: Burnham. HEX triplet: 26, 47 and 3A. RGB value is (38,71,58). Sum of RGB (Red+Green+Blue) = 38+71+58=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #26473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26473A is #D9B8C5. Grayscale: #3B3B3B. Windows color (decimal): -14268614 or 3819302. OLE color: 3819302.

HSL color Cylindrical-coordinate representation of color #26473A: hue angle of 156.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26473A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 58 -
CMYK 0.46 0 0.18 0.72
HSL 156.36º 0.3% 0.21% -
HSV(B) 156.36º 0.46% 0.28% -
XYZ 3.82 5.22 4.81 -
YUV 59.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 38 71 58 0.46 0 0.18 0.72 156.36 0.3 0.21
Hex 26 47 3A 2E 0 12 48 9C 1E 15
Octal 46 107 72 56 0 22 110 234 36 25
Binary 100110 1000111 111010 101110 0 10010 1001000 10011100 11110 10101

Color Harmonies of #26473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26473A

Black with #26473A

Text Example


Text Example

White with #26473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26473A; }

 p { color: rgb(38,71,58); }

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

background-color css

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

 a { background-color: rgb(38,71,58); }

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

border-color css

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

 span { border-color: rgb(38,71,58); }

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